From e317c7eb9aad0c10dc027c01fba3947a5f331b3d Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 27 May 2014 14:02:11 -0700 Subject: [PATCH] chore(coreos-cloudinit): bump to 0.7.2+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 8922221..a3ac30d 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -11,7 +11,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.7.2" +const version = "0.7.2+git" func init() { //Removes timestamp since it is displayed already during booting