diff --git a/cmd/versioned/main.go b/cmd/versioned/main.go index 4701a5c..454aa45 100644 --- a/cmd/versioned/main.go +++ b/cmd/versioned/main.go @@ -29,9 +29,9 @@ func init() { app = versioned.NewPackageManager("versioned") app.Description = "Simplified package metadata management for Go packages." app.Documentation = "https://github.com/greenpau/versioned/" - app.SetVersion(appVersion, "1.0.23") - app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.23") + app.SetVersion(appVersion, "1.0.24") + app.SetGitBranch(gitBranch, "") + app.SetGitCommit(gitCommit, "") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }