From 46b046c82e91414ae7304b54a734e29e154ec68d Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 22 Apr 2014 16:48:32 -0700 Subject: [PATCH] chore(release): Bump version to v0.5.0+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index a366cc6..e34db5b 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -11,7 +11,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.5.0" +const version = "0.5.0+git" func main() { var printVersion bool