From f3088aa92dc042128d7a37dd85e0acae005e2dae Mon Sep 17 00:00:00 2001 From: Alex Suraci Date: Sun, 14 Sep 2014 07:21:25 -0700 Subject: [PATCH] bump to 1.0.3 --- spiff.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiff.go b/spiff.go index 678fe2f..b60d52d 100644 --- a/spiff.go +++ b/spiff.go @@ -19,7 +19,7 @@ func main() { app := cli.NewApp() app.Name = "spiff" app.Usage = "BOSH deployment manifest toolkit" - app.Version = "1.0.2" + app.Version = "1.0.3" app.Commands = []cli.Command{ {