From 47b536532d318ef4d610077eb99272accb4e7d0f Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 6 May 2014 21:09:40 -0700 Subject: [PATCH] chore(coreos-cloudinit): version +git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 7601230..f931e61 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -11,7 +11,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.6.0" +const version = "0.6.0+git" func main() { var printVersion bool