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 7190838 commit 96cad3eCopy full SHA for 96cad3e
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.3")
+ app.SetVersion(appVersion, "1.0.4")
44
app.SetGitBranch(gitBranch, "main")
45
- app.SetGitCommit(gitCommit, "v1.0.2-4-g48852c1")
+ app.SetGitCommit(gitCommit, "v1.0.3-4-g7190838")
46
app.SetBuildUser(buildUser, "")
47
app.SetBuildDate(buildDate, "")
48
}
0 commit comments