Skip to content

Commit

Permalink
released v1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Aug 13, 2021
1 parent 7bcc737 commit d6d325c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/versioned/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ 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.25")
app.SetVersion(appVersion, "1.0.26")
app.SetGitBranch(gitBranch, "")
app.SetGitCommit(gitCommit, "")
app.SetBuildUser(buildUser, "")
Expand Down

0 comments on commit d6d325c

Please sign in to comment.