From 4ca7fba8e34e7ba49231a5644da434913b192fdf Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Thu, 20 Jul 2017 14:44:56 -0700 Subject: [PATCH] Increment engine version to 17.07 Release jobs will fail if the version files are out of sync due to how `hack/make.sh` builds binaries (putting them into the version folder according to `components/engine/VERSION` instead of the base `VERSION` file) Signed-off-by: Eli Uriegas --- components/engine/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/VERSION b/components/engine/VERSION index 2d736aaa18..3e9257aa26 100644 --- a/components/engine/VERSION +++ b/components/engine/VERSION @@ -1 +1 @@ -17.06.0-dev +17.07.0-dev