From 1d024af4c1ec3c2db8ab517648aff01f6b121b4f Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 22 Apr 2014 18:22:24 -0700 Subject: [PATCH] chore(release): Bump version to v0.5.1 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index e34db5b..b58e591 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+git" +const version = "0.5.1" func main() { var printVersion bool