Skip to content

Commit

Permalink
Bump version to v1.5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Jun 13, 2022
1 parent 9f76ca4 commit 1964c7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.5.1.0
VERSION := 1.5.2.0
BINNAME := solbuild

.PHONY: build
Expand Down
2 changes: 1 addition & 1 deletion builder/source/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (s *SimpleSource) download(destination string) error {
hnd.Setopt(curl.OPT_PROGRESSFUNCTION, progress)
// Enforce internal 300 second connect timeout in libcurl
hnd.Setopt(curl.OPT_CONNECTTIMEOUT, 0)
hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.5.1.0"))
hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.5.2.0"))

pbar.Start()
defer func() {
Expand Down
2 changes: 1 addition & 1 deletion cli/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
// SolbuildVersion is the current public version of solbuild
SolbuildVersion = "1.5.1.0"
SolbuildVersion = "1.5.2.0"
)

func init() {
Expand Down

0 comments on commit 1964c7d

Please sign in to comment.