From 4e84180ad500b10bc641b5ede87fc922fbd774d6 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Mon, 5 May 2014 14:09:08 -0700 Subject: [PATCH] chore(release): Bump version to v0.5.2+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 2c4fafa..a7a3c6e 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -11,7 +11,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.5.2" +const version = "0.5.2+git" func main() { var printVersion bool