From 41e8ab01d8fbfc7c1b35e58b5b8bfaf37ae4dcae Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Sat, 2 Dec 2023 19:44:02 -0500 Subject: [PATCH] released v1.0.46 --- VERSION | 2 +- cmd/authdbctl/main.go | 4 ++-- pkg/identity/database.go | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 36f23e1..9e6b608 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.45 \ No newline at end of file +1.0.46 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index 6ea0c43..7bc6594 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.45") + app.SetVersion(appVersion, "1.0.46") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.44-4-g2ff7fcd") + app.SetGitCommit(gitCommit, "v1.0.45-1-g04ef714") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index d9e78de..ced82da 100644 --- a/pkg/identity/database.go +++ b/pkg/identity/database.go @@ -62,9 +62,9 @@ func init() { app = versioned.NewPackageManager("authdb") app.Description = "authdb" app.Documentation = "https://github.com/greenpau/go-authcrunch" - app.SetVersion(appVersion, "1.0.45") + app.SetVersion(appVersion, "1.0.46") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.45") + app.SetGitCommit(gitCommit, "v1.0.45-1-g04ef714") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }