From 9ade6673ba8d7830ed27e6b61eb3e42ab55063e1 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Wed, 19 Mar 2014 19:07:01 -0700 Subject: [PATCH] chore(release): Bump version to v0.2.1 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 061dc0e..0364d47 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -14,7 +14,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.2.0+git" +const version = "0.2.1" func main() { var printVersion bool