From c39ab91c9164a40cbeaefa173764eabeab23bae6 Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Mon, 9 May 2022 20:45:55 -0400 Subject: [PATCH] released v1.0.28 --- 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 3f11ef6..f8536a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.27 \ No newline at end of file +1.0.28 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index 55e4ea2..5b37203 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.27") + app.SetVersion(appVersion, "1.0.28") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.25-6-g949b45d") + app.SetGitCommit(gitCommit, "v1.0.27-2-g46f5299") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index 16323ed..cfdcb17 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.27") + app.SetVersion(appVersion, "1.0.28") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.25-6-g949b45d") + app.SetGitCommit(gitCommit, "v1.0.27-2-g46f5299") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }