From 0fd2656bb351b3c6d4953af0f3d40c7caddcb92b Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Tue, 26 Mar 2024 15:31:33 -0400 Subject: [PATCH] released v1.1.3 --- 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 8428158..9c1218c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 \ No newline at end of file +1.1.3 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index 4544011..ee46c11 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.1.2") + app.SetVersion(appVersion, "1.1.3") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.1.1-3-gaaf9dce") + app.SetGitCommit(gitCommit, "v1.1.2-4-g47945a0") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index a2bef53..9fe50a7 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.1.2") + app.SetVersion(appVersion, "1.1.3") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.1.2-1-gd5e997a") + app.SetGitCommit(gitCommit, "v1.1.2-4-g47945a0") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }