Skip to content

Commit

Permalink
released v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Nov 16, 2021
1 parent 7190838 commit 96cad3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func init() {
app = versioned.NewPackageManager("go-cisco-nx-api-client")
app.Description = "Cisco NX-OS API client."
app.Documentation = "https://github.com/greenpau/go-cisco-nx-api/"
app.SetVersion(appVersion, "1.0.3")
app.SetVersion(appVersion, "1.0.4")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.2-4-g48852c1")
app.SetGitCommit(gitCommit, "v1.0.3-4-g7190838")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down

0 comments on commit 96cad3e

Please sign in to comment.