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