From 140682350da4af25d7d31c0d39925ebefa3d0ef3 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Fri, 16 May 2014 18:22:00 -0700 Subject: [PATCH] chore(coreos-cloudinit): bump to 0.7.0+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 8a52180..0ccaeb4 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -11,7 +11,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.7.0" +const version = "0.7.0+git" func main() { var printVersion bool