Skip to content

Commit

Permalink
released v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Feb 2, 2022
1 parent a4851ba commit f39300f
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.7")
app.SetVersion(appVersion, "1.0.8")
app.SetGitBranch(gitBranch, "main")
app.SetGitCommit(gitCommit, "v1.0.6-2-g7a80c66")
app.SetGitCommit(gitCommit, "v1.0.7-5-ga4851ba")
app.SetBuildUser(buildUser, "")
app.SetBuildDate(buildDate, "")
}
Expand Down

0 comments on commit f39300f

Please sign in to comment.