Skip to content

Commit

Permalink
Tag temporary 1.4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Dec 29, 2021
1 parent 1e5885d commit 9a49e68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 1.4.5.2
VERSION := 1.4.5.3
BINNAME := solbuild

.PHONY: build
Expand Down
2 changes: 1 addition & 1 deletion builder/pkg.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
// system.
IndexPackage = Package{
Name: "index",
Version: "1.4.5.2",
Version: "1.4.5.3",
Type: PackageTypeIndex,
Release: 1,
Path: "",
Expand Down
2 changes: 1 addition & 1 deletion builder/source/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,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.4.5.2"))
hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.4.5.3"))

pbar.Start()
defer func() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/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.4.5.2"
SolbuildVersion = "1.4.5.3"
)

var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 9a49e68

Please sign in to comment.