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 9ec7137 commit c622c42Copy full SHA for c622c42
application/cli/cli.go
@@ -32,7 +32,7 @@ func GetJfrogApplicationCli() components.App {
32
appContext := app.NewAppContext()
33
appEntity := components.CreateApp(
34
"app",
35
- "1.0.3",
+ "1.0.4",
36
"JFrog Application CLI",
37
[]components.Command{
38
system.GetPingCommand(appContext),
0 commit comments