From c6568ca1f265e4a1da7a0a8b44d77b7e71ba0832 Mon Sep 17 00:00:00 2001 From: Alex Suraci Date: Sat, 1 Mar 2014 18:02:26 -0800 Subject: [PATCH] bump to 1.0.0 major version bump as the semantics of merging lists has changed in a backwards-incompatible way. see 83c0aa. --- spiff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiff.go b/spiff.go index 89a4341..6a368b5 100644 --- a/spiff.go +++ b/spiff.go @@ -20,7 +20,7 @@ func main() { app := cli.NewApp() app.Name = "spiff" app.Usage = "BOSH deployment manifest toolkit" - app.Version = "0.3.0" + app.Version = "1.0.0" app.Commands = []cli.Command{ {