From 3796a49c3357f2d467e9cae0685cc46beae81f6a Mon Sep 17 00:00:00 2001
From: Stan Hu <stanhu@gmail.com>
Date: Mon, 3 Jun 2019 13:37:24 -0700
Subject: [PATCH] VERSION file should be 12.0, not 11.12

This was apparently causing Gitlab.version_info to return the wrong
values, causing the wrong images to be loaded via CI_SERVER_VERSION.
---
 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VERSION b/VERSION
index 6a02cfa7c067c..11bf1ec035c6e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-11.12.0-pre
+12.0.0-pre
-- 
GitLab