Skip to content

Commit

Permalink
Update version to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
  • Loading branch information
ikeydoherty committed Jan 21, 2017
1 parent ede3110 commit 50ca8d7
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,5 +1,5 @@
PROJECT_ROOT := src/
VERSION = 1.2.1
VERSION = 1.3.0

.DEFAULT_GOAL := all

Expand Down
2 changes: 1 addition & 1 deletion src/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.2.1",
Version: "1.3.0",
Type: PackageTypeIndex,
Release: 1,
Path: "",
Expand Down
2 changes: 1 addition & 1 deletion src/builder/source/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (s *SimpleSource) downloadCurl(destination string) error {
hnd.Setopt(curl.OPT_NOPROGRESS, false)
hnd.Setopt(curl.OPT_PROGRESSFUNCTION, progress)
hnd.Setopt(curl.OPT_TIMEOUT, 120)
hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.2.1"))
hnd.Setopt(curl.OPT_USERAGENT, fmt.Sprintf("solbuild 1.3.0"))

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

var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 50ca8d7

Please sign in to comment.