From 0fddd1735d013b6e6c78b232329c0ea4d5b709be Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 7 Apr 2014 10:23:28 -0700 Subject: [PATCH] chore(release): Bump version to v0.4.0 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 802dfa7..9ba2050 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -12,7 +12,7 @@ import ( "github.com/coreos/coreos-cloudinit/system" ) -const version = "0.3.2+git" +const version = "0.4.0" func main() { var printVersion bool