From f58097e5a6ada80e2ac3f7473378db13fe0be678 Mon Sep 17 00:00:00 2001 From: Nick Webb Date: Wed, 24 Jun 2020 00:29:10 +0000 Subject: [PATCH] Bump v7 BUILD_VERSION to 7.0.1 - When we tried to publish v7.0.0 to RPM and Debian, we ran into an edge case. RPM and Debian both consider version 7.0.0_beta30 to be a newer version than v7.0.0, so installing via those methods does not get you 7.0.0. This seemed like the easiest workaround --- BUILD_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_VERSION b/BUILD_VERSION index 66ce77b7ead..9fe9ff9d996 100644 --- a/BUILD_VERSION +++ b/BUILD_VERSION @@ -1 +1 @@ -7.0.0 +7.0.1