Skip to content

Commit

Permalink
released v1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Mar 28, 2021
1 parent e81e2a7 commit 3653b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/versioned/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, "")
}
Expand Down

0 comments on commit 3653b9c

Please sign in to comment.