From 4977c774d81d1326e0099692afc87fa002c003ad Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Tue, 25 Mar 2014 20:06:07 -0700 Subject: [PATCH] chore(release): Bump version to v0.3.1 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index a3dd33b..fc99faf 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -12,7 +12,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.3.0+git" +const version = "0.3.1" func main() { var printVersion bool