Version update: 0.6.0

This commit is contained in:
Soam Vasani
2018-03-01 13:43:59 -08:00
parent 1edb9723e8
commit d852ddd91c
9 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func main() {
app := cli.NewApp()
app.Name = "fission"
app.Usage = "Serverless functions for Kubernetes"
app.Version = "0.5.0"
app.Version = "0.6.0"
// fetch the FISSION_URL env variable. If not set, port-forward to controller.
var value string