Skip to content

Commit

Permalink
released v1.0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Mar 10, 2024
1 parent a8fee4e commit 72eff1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.47
1.0.48
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.47")
app.SetVersion(appVersion, "1.0.48")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.46-7-g3d57676")
app.SetGitCommit(gitCommit, "v1.0.47-5-ga8fee4e")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")

Expand Down
4 changes: 2 additions & 2 deletions pkg/identity/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ func init() {
app = versioned.NewPackageManager("authdb")
app.Description = "authdb"
app.Documentation = "https://github.com/greenpau/go-authcrunch"
app.SetVersion(appVersion, "1.0.47")
app.SetVersion(appVersion, "1.0.48")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.47-2-ge0f59e7")
app.SetGitCommit(gitCommit, "v1.0.47-5-ga8fee4e")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down

0 comments on commit 72eff1c

Please sign in to comment.