From 5aa0d64d13b4a2abbab4a769be02e2c6452fc1da Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Sat, 23 Mar 2024 20:22:04 -0400 Subject: [PATCH] released v1.1.1 --- 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 1cc5f65..8cfbc90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.1.1 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index ae3fbc6..f95bf0d 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.50") + app.SetVersion(appVersion, "1.1.1") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.49-3-g5faadfc") + app.SetGitCommit(gitCommit, "v1.0.50-16-ga23744f") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index 2ba20e7..d97a3af 100644 --- a/pkg/identity/database.go +++ b/pkg/identity/database.go @@ -65,9 +65,9 @@ func init() { app = versioned.NewPackageManager("authdb") app.Description = "authdb" app.Documentation = "https://github.com/greenpau/go-authcrunch" - app.SetVersion(appVersion, "1.0.50") + app.SetVersion(appVersion, "1.1.1") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.49-3-g5faadfc") + app.SetGitCommit(gitCommit, "v1.0.50-16-ga23744f") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }