We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b8258 commit 2e9b278Copy full SHA for 2e9b278
config/version.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
// Version of Fn CLI
12
-var Version = "0.5.89"
+var Version = "0.5.90"
13
14
func GetVersion(versionType string) string {
15
base := "https://github.com/fnproject/cli/releases"
0 commit comments