diff --git a/VERSION b/VERSION index 1c2de38..321816a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.23 \ No newline at end of file +1.0.24 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index faf48a1..90088e1 100644 --- a/cmd/authdbctl/main.go +++ b/cmd/authdbctl/main.go @@ -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, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index ccac249..de5d2ec 100644 --- a/pkg/identity/database.go +++ b/pkg/identity/database.go @@ -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, "") }