From 160668284c7fc4a81979c26a34c3ef4f1c66a9b1 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sat, 7 Jun 2014 16:04:33 -0400 Subject: [PATCH] chore(coreos-cloudinit): bump to 0.7.6+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index d15230a..79d4c15 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -14,7 +14,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.7.6" +const version = "0.7.6+git" func main() { var printVersion bool