Skip to content

Commit cb94de4

Browse files
committed
released v1.0.9
1 parent 8c3d82e commit cb94de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/client/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ func init() {
4040
app = versioned.NewPackageManager("go-cisco-nx-api-client")
4141
app.Description = "Cisco NX-OS API client."
4242
app.Documentation = "https://github.com/greenpau/go-cisco-nx-api/"
43-
app.SetVersion(appVersion, "1.0.8")
43+
app.SetVersion(appVersion, "1.0.9")
4444
app.SetGitBranch(gitBranch, "main")
45-
app.SetGitCommit(gitCommit, "v1.0.7-5-ga4851ba")
45+
app.SetGitCommit(gitCommit, "v1.0.8-6-g8c3d82e")
4646
app.SetBuildUser(buildUser, "")
4747
app.SetBuildDate(buildDate, "")
4848
}

0 commit comments

Comments
 (0)