Skip to content

Commit

Permalink
released v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Jun 26, 2021
1 parent 9fbdfbe commit df96bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.24")
app.SetGitBranch(gitBranch, "")
app.SetGitCommit(gitCommit, "")
app.SetVersion(appVersion, "1.0.1")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "9fbdfbe")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down

0 comments on commit df96bd2

Please sign in to comment.