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