Skip to content

Commit

Permalink
increment to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dreacot committed May 14, 2024
1 parent b2c2606 commit 617ca9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (

var (
// Version is the application version. It is set using the -ldflags
Version = "1.1.3"
Version = "1.1.4"
// BuildDate is the date the application was built. It is set using the -ldflags
BuildDate string
// BuildEnv is the build environment. It is set using the -ldflags
Expand Down
2 changes: 1 addition & 1 deletion reproduciblebuilds/makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This how we want to name the binary output
BUILDNAME=cryptopower

VERSION="v1.1.3"
VERSION="v1.1.4"
# dev or prod
BuildEnv="prod"

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
AppName string = "cryptopower"
AppMajor uint = 1
AppMinor uint = 1
AppPatch uint = 3
AppPatch uint = 4
)

// go build -v -ldflags "-X github.com/crypto-power/cryptopower/version.appPreRelease= -X github.com/crypto-power/cryptopower/version.appBuild=`git rev-parse --short HEAD`"
Expand Down

0 comments on commit 617ca9a

Please sign in to comment.