diff --git a/VERSION b/VERSION index 9e6b608..de0434d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.46 \ No newline at end of file +1.0.47 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index 7bc6594..0b0ad40 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.46") + app.SetVersion(appVersion, "1.0.47") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.45-1-g04ef714") + app.SetGitCommit(gitCommit, "v1.0.46-7-g3d57676") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index fc36a24..812eba3 100644 --- a/pkg/identity/database.go +++ b/pkg/identity/database.go @@ -63,9 +63,9 @@ func init() { app = versioned.NewPackageManager("authdb") app.Description = "authdb" app.Documentation = "https://github.com/greenpau/go-authcrunch" - app.SetVersion(appVersion, "1.0.46") + app.SetVersion(appVersion, "1.0.47") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.46-5-gdd42ae7") + app.SetGitCommit(gitCommit, "v1.0.46-7-g3d57676") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }