File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 1.0.39
1
+ 1.0.40
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ func init() {
37
37
app = versioned .NewPackageManager ("authdbctl" )
38
38
app .Description = "AuthDB management client"
39
39
app .Documentation = "https://github.com/greenpau/go-authcrunch/"
40
- app .SetVersion (appVersion , "1.0.39 " )
40
+ app .SetVersion (appVersion , "1.0.40 " )
41
41
app .SetGitBranch (gitBranch , "main" )
42
- app .SetGitCommit (gitCommit , "v1.0.38-2-gd3a351e " )
42
+ app .SetGitCommit (gitCommit , "v1.0.39-3-gba18559 " )
43
43
app .SetBuildUser (buildUser , "" )
44
44
app .SetBuildDate (buildDate , "" )
45
45
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ func init() {
61
61
app = versioned .NewPackageManager ("authdb" )
62
62
app .Description = "authdb"
63
63
app .Documentation = "https://github.com/greenpau/go-authcrunch"
64
- app .SetVersion (appVersion , "1.0.39 " )
64
+ app .SetVersion (appVersion , "1.0.40 " )
65
65
app .SetGitBranch (gitBranch , "main" )
66
- app .SetGitCommit (gitCommit , "v1.0.38-2-gd3a351e " )
66
+ app .SetGitCommit (gitCommit , "v1.0.39-3-gba18559 " )
67
67
app .SetBuildUser (buildUser , "" )
68
68
app .SetBuildDate (buildDate , "" )
69
69
}
You can’t perform that action at this time.
0 commit comments