diff --git a/VERSION b/VERSION index d1c66e6..314a62a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.36 \ No newline at end of file +1.0.37 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index 03d99ba..f4d8f1e 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.36") + app.SetVersion(appVersion, "1.0.37") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.35-8-gd1c47af") + app.SetGitCommit(gitCommit, "v1.0.36-6-g0ea77ff") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index bc0f7bc..2acfca8 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.36") + app.SetVersion(appVersion, "1.0.37") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.0.35-8-gd1c47af") + app.SetGitCommit(gitCommit, "v1.0.36-6-g0ea77ff") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }