From d0cbbd2007787c6b16813011b7823c1e4697092c Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Fri, 6 Jun 2014 11:10:48 -0700 Subject: [PATCH] chore(coreos-cloudinit): bump to 0.7.5 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 14d610a..e05099f 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+git" +const version = "0.7.5" func main() { var printVersion bool