diff --git a/Makefile b/Makefile index 68fce3f..4d3115b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 1.5.2.2 +VERSION := 1.5.3.0 BINNAME := solbuild .PHONY: build diff --git a/cli/version.go b/cli/version.go index 7db3b83..add00c0 100644 --- a/cli/version.go +++ b/cli/version.go @@ -23,7 +23,7 @@ import ( const ( // SolbuildVersion is the current public version of solbuild - SolbuildVersion = "1.5.2.2" + SolbuildVersion = "1.5.3.0" ) func init() {