From ded6d941806f534667e357a960331d8357b045dd Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 29 May 2014 14:55:34 -0700 Subject: [PATCH] chore(coreos-cloudinit): bump to 0.7.3+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 3d41d25..de384c7 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -11,7 +11,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.7.3" +const version = "0.7.3+git" func init() { //Removes timestamp since it is displayed already during booting