From 9d3d227e4cc6f505763b10addac8afcbd162cfe2 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Tue, 10 Mar 2015 11:58:38 -0700 Subject: [PATCH] *: bump version to 0.4.0 --- VERSION | 2 +- schema/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c6654335..1d0ba9ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0+git +0.4.0 diff --git a/schema/version.go b/schema/version.go index 7f2b331d..595b8380 100644 --- a/schema/version.go +++ b/schema/version.go @@ -8,7 +8,7 @@ const ( // version represents the canonical version of the appc spec and tooling. // For now, the schema and tooling is coupled with the spec itself, so // this must be kept in sync with the VERSION file in the root of the repo. - version string = "0.3.0+git" + version string = "0.4.0" ) var (