From a398ce82f75001d23a53a4cf45d90a69b09b0b6e Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Wed, 14 May 2014 10:52:22 -0700 Subject: [PATCH] chore(release): Bump version to v0.6.1 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index a39eaf5..7026cd0 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -11,7 +11,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.6.0+git" +const version = "0.6.1" func main() { var printVersion bool