diff --git a/VERSION b/VERSION index 2fa3901..1c2de38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.22 \ No newline at end of file +1.0.23 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index 1909dc2..faf48a1 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.22") + app.SetVersion(appVersion, "1.0.23") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.21-2-g68b0339") + app.SetGitCommit(gitCommit, "v1.0.22-8-gd4c2857") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index 7f16120..24b885c 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.22") + app.SetVersion(appVersion, "1.0.23") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.22-1-g1869a78") + app.SetGitCommit(gitCommit, "v1.0.22-8-gd4c2857") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }