Skip to content

Commit

Permalink
Bump version to 1.5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joebonrichie committed Aug 20, 2023
1 parent b392744 commit b801a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.2
VERSION := 1.5.3.0
BINNAME := solbuild

.PHONY: build
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.2.2"
SolbuildVersion = "1.5.3.0"
)

func init() {
Expand Down

0 comments on commit b801a72

Please sign in to comment.