From a49877b99fa21420f12367dc028c696719498942 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 16 May 2014 21:23:34 -0700 Subject: [PATCH] chore(coreos-cloudinit): bump to 0.7.1+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 1e7bb7b..bb80e3f 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -11,7 +11,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.7.1" +const version = "0.7.1+git" func main() { var printVersion bool