From 85b38b315aa1d5cfe7c61767af5597467277a666 Mon Sep 17 00:00:00 2001 From: "Eby, Robert (re2429)" Date: Tue, 31 Jul 2018 15:37:10 -0400 Subject: [PATCH] Fix version number for postgres_db_schema Change-Id: I6696d7377c69d0c117bb8de2e037bd5d6c64c54b Signed-off-by: Eby, Robert (re2429) --- version.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/version.properties b/version.properties index 35c2491..adf6366 100644 --- a/version.properties +++ b/version.properties @@ -14,5 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -export VERSION=1.0.0 +# This version must match the version in postgres_db_schema in order to +# be pulled into that container correctly. +export VERSION=1.0.0-SNAPSHOT -- 2.16.6