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 c4d9ffb commit aaca1c1Copy full SHA for aaca1c1
version/version.go
@@ -5,7 +5,7 @@ package version
5
var AppName = "go-api-http-client"
6
7
// Version holds the current version of the application
8
-var Version = "0.0.65"
+var Version = "0.0.91"
9
10
// GetAppName returns the name of the application
11
func GetAppName() string {
0 commit comments