From e4965ec33d06f0c71622aad59d5f59f9aaca7c00 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Fri, 14 Mar 2014 10:37:01 -0700 Subject: [PATCH] chore(release): Bump version to v0.1.2 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index a1a2ce8..8b6a761 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -10,7 +10,7 @@ import ( "github.com/coreos/coreos-cloudinit/cloudinit" ) -const version = "0.1.1+git" +const version = "0.1.2" func main() { var userdata []byte