Skip to content

Commit 5f2eafe

Browse files
committed
released v1.0.5
1 parent 34a1f7b commit 5f2eafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/client/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ func init() {
4040
app = versioned.NewPackageManager("go-cisco-nx-api-client")
4141
app.Description = "Cisco NX-OS API client."
4242
app.Documentation = "https://github.com/greenpau/go-cisco-nx-api/"
43-
app.SetVersion(appVersion, "1.0.4")
43+
app.SetVersion(appVersion, "1.0.5")
4444
app.SetGitBranch(gitBranch, "main")
45-
app.SetGitCommit(gitCommit, "v1.0.3-4-g7190838")
45+
app.SetGitCommit(gitCommit, "v1.0.4-4-g34a1f7b")
4646
app.SetBuildUser(buildUser, "")
4747
app.SetBuildDate(buildDate, "")
4848
}

0 commit comments

Comments
 (0)