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 de06748 commit e639ee7Copy full SHA for e639ee7
config/version.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
// Version of Fn CLI
12
-var Version = "0.5.91"
+var Version = "0.5.92"
13
14
func GetVersion(versionType string) string {
15
base := "https://github.com/fnproject/cli/releases"
0 commit comments