File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const (
2626
2727var (
2828 // Version is the application version. It is set using the -ldflags
29- Version = "1.1.0 "
29+ Version = "1.1.3 "
3030 // BuildDate is the date the application was built. It is set using the -ldflags
3131 BuildDate string
3232 // BuildEnv is the build environment. It is set using the -ldflags
Original file line number Diff line number Diff line change 11# This how we want to name the binary output
22BUILDNAME =cryptopower
33
4- VERSION ="v1.0.0 "
4+ VERSION ="v1.1.3 "
55# dev or prod
66BuildEnv ="prod"
77
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ const (
2525const (
2626 AppName string = "cryptopower"
2727 AppMajor uint = 1
28- AppMinor uint = 0
29- AppPatch uint = 0
28+ AppMinor uint = 1
29+ AppPatch uint = 3
3030)
3131
3232// 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`"
You can’t perform that action at this time.
0 commit comments