Skip to content

Commit 0765832

Browse files
committed
Bump version to 1.3.3
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
1 parent 9467e71 commit 0765832

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT_ROOT := src/
2-
VERSION = 1.3.2
2+
VERSION = 1.3.3
33

44
.DEFAULT_GOAL := all
55

src/builder/pkg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var (
4646
// system.
4747
IndexPackage = Package{
4848
Name: "index",
49-
Version: "1.3.2",
49+
Version: "1.3.3",
5050
Type: PackageTypeIndex,
5151
Release: 1,
5252
Path: "",

src/builder/source/simple.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func (s *SimpleSource) download(destination string) error {
142142
hnd.Setopt(curl.OPT_PROGRESSFUNCTION, progress)
143143
// Enforce internal 300 second connect timeout in libcurl
144144
hnd.Setopt(curl.OPT_CONNECTTIMEOUT, 0)
145-
hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.3.2"))
145+
hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.3.3"))
146146

147147
pbar.Start()
148148
defer func() {

src/solbuild/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
const (
2525
// SolbuildVersion is the current public version of solbuild
26-
SolbuildVersion = "1.3.2"
26+
SolbuildVersion = "1.3.3"
2727
)
2828

2929
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)