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 Apr 18, 2022
1 parent b1bc6df commit a5b963e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.23
1.0.24
4 changes: 2 additions & 2 deletions cmd/authdbctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ func init() {
app = versioned.NewPackageManager("authdbctl")
app.Description = "AuthDB management client"
app.Documentation = "https://github.com/greenpau/go-authcrunch/"
app.SetVersion(appVersion, "1.0.23")
app.SetVersion(appVersion, "1.0.24")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.22-8-gd4c2857")
app.SetGitCommit(gitCommit, "v1.0.23-15-gb1bc6df")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")

Expand Down
6 changes: 3 additions & 3 deletions pkg/identity/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ func init() {
app = versioned.NewPackageManager("authdb")
app.Description = "authdb"
app.Documentation = "https://github.com/greenpau/go-authcrunch"
app.SetVersion(appVersion, "1.0.23")
app.SetGitBranch(gitBranch, "codeqlfix")
app.SetGitCommit(gitCommit, "v1.0.23-16-g07a0218")
app.SetVersion(appVersion, "1.0.24")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.23-15-gb1bc6df")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down

0 comments on commit a5b963e

Please sign in to comment.