diff --git a/VERSION b/VERSION index 9c1218c..1b87bcd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.3 \ No newline at end of file +1.1.4 \ No newline at end of file diff --git a/cmd/authdbctl/main.go b/cmd/authdbctl/main.go index ee46c11..5986ba6 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.3") + app.SetVersion(appVersion, "1.1.4") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.1.2-4-g47945a0") + app.SetGitCommit(gitCommit, "v1.1.3-5-gfc7ea81") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") diff --git a/pkg/identity/database.go b/pkg/identity/database.go index 9fe50a7..79dd8a7 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.3") + app.SetVersion(appVersion, "1.1.4") app.SetGitBranch(gitBranch, "main") - app.SetGitCommit(gitCommit, "v1.1.2-4-g47945a0") + app.SetGitCommit(gitCommit, "v1.1.3-5-gfc7ea81") app.SetBuildUser(buildUser, "") app.SetBuildDate(buildDate, "") }