Skip to content

Commit

Permalink
increment app version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dreacot committed Nov 28, 2024
1 parent c039915 commit bb2615c
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 = "2.0.2"
Version = "2.0.3"
// 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="v2.0.2"
VERSION="v2.0.3"
# 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 = 2
AppMinor uint = 0
AppPatch uint = 2
AppPatch uint = 3
)

// 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 bb2615c

Please sign in to comment.