From cf1ffad533cb478c1eb78ad12f3d93f6e0baf65e Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Tue, 3 Jun 2014 14:14:47 -0700 Subject: [PATCH] chore(coreos-cloudinit): bump to 0.7.4+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index c7ff081..14d610a 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -14,7 +14,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.7.4" +const version = "0.7.4+git" func main() { var printVersion bool