Skip to content

Commit

Permalink
add update paramneter on deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
vvalerio-priv committed Mar 4, 2024
1 parent b033958 commit 9cd364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,5 +353,5 @@ func getAvailablePort() (string, error) {
}

func getVersion() string {
return "1.0.8"
return "1.0.9"
}

0 comments on commit 9cd364d

Please sign in to comment.