From 639c69315349ee01f6ccdcef22b1e7b31da52bf1 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Thu, 27 Mar 2014 18:14:16 -0700 Subject: [PATCH] chore(release): Bump version to v0.3.2 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index a75f09c..b49de24 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -12,7 +12,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.3.1+git" +const version = "0.3.2" func main() { var printVersion bool