Skip to content

Commit 0fd2656

Browse files
committed
released v1.1.3
1 parent 47945a0 commit 0fd2656

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2
1+
1.1.3

cmd/authdbctl/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ func init() {
3737
app = versioned.NewPackageManager("authdbctl")
3838
app.Description = "AuthDB management client"
3939
app.Documentation = "https://github.com/greenpau/go-authcrunch/"
40-
app.SetVersion(appVersion, "1.1.2")
40+
app.SetVersion(appVersion, "1.1.3")
4141
app.SetGitBranch(gitBranch, "main")
42-
app.SetGitCommit(gitCommit, "v1.1.1-3-gaaf9dce")
42+
app.SetGitCommit(gitCommit, "v1.1.2-4-g47945a0")
4343
app.SetBuildUser(buildUser, "")
4444
app.SetBuildDate(buildDate, "")
4545

pkg/identity/database.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ func init() {
6565
app = versioned.NewPackageManager("authdb")
6666
app.Description = "authdb"
6767
app.Documentation = "https://github.com/greenpau/go-authcrunch"
68-
app.SetVersion(appVersion, "1.1.2")
68+
app.SetVersion(appVersion, "1.1.3")
6969
app.SetGitBranch(gitBranch, "main")
70-
app.SetGitCommit(gitCommit, "v1.1.2-1-gd5e997a")
70+
app.SetGitCommit(gitCommit, "v1.1.2-4-g47945a0")
7171
app.SetBuildUser(buildUser, "")
7272
app.SetBuildDate(buildDate, "")
7373
}

0 commit comments

Comments
 (0)