diff --git a/version/version.go b/version/version.go index ed4010d..b21250f 100644 --- a/version/version.go +++ b/version/version.go @@ -8,7 +8,7 @@ var Package = "github.com/syaiful6/payung" // the latest release tag by hand, always suffixed by "+unknown". During // build, it will be replaced by the actual version. The value here will be // used if the registry is run after a go get based install. -var Version = "v0.2.3" +var Version = "v0.2.4" // Revision is filled with the VCS (e.g. git) revision being used to build // the program at linking time.