From 9757705ae8957db5da0930f20fc36ab5123ec0ad Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Wed, 19 Mar 2014 08:57:49 -0700 Subject: [PATCH] chore(release): Bump version to v0.2.0+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 114300e..061dc0e 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -14,7 +14,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.2.0" +const version = "0.2.0+git" func main() { var printVersion bool