From 4cb33515d4aca384053ca0d49d46359ff3d6a8a4 Mon Sep 17 00:00:00 2001 From: "Eby, Robert (re2429)" Date: Tue, 31 Jul 2018 16:43:52 -0400 Subject: [PATCH 1/1] Undo incorrect version number fix Change-Id: I1bf4a48ffb1380c41382079d2bf12f1d0aa5c2f2 Signed-off-by: Eby, Robert (re2429) --- version.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/version.properties b/version.properties index adf6366..bad7adc 100644 --- a/version.properties +++ b/version.properties @@ -14,7 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -# 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 +export VERSION=1.0.0 -- 2.16.6