We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a1f7b commit 5f2eafeCopy full SHA for 5f2eafe
cmd/client/main.go
@@ -40,9 +40,9 @@ func init() {
40
app = versioned.NewPackageManager("go-cisco-nx-api-client")
41
app.Description = "Cisco NX-OS API client."
42
app.Documentation = "https://github.com/greenpau/go-cisco-nx-api/"
43
- app.SetVersion(appVersion, "1.0.4")
+ app.SetVersion(appVersion, "1.0.5")
44
app.SetGitBranch(gitBranch, "main")
45
- app.SetGitCommit(gitCommit, "v1.0.3-4-g7190838")
+ app.SetGitCommit(gitCommit, "v1.0.4-4-g34a1f7b")
46
app.SetBuildUser(buildUser, "")
47
app.SetBuildDate(buildDate, "")
48
}
0 commit comments