From 5c918d91f6c55342122885820f8cce3e7d18aa67 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sat, 21 Jan 2023 21:28:55 -0800 Subject: [PATCH] Bump version number. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c0a19e..3e48ba9 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION=7.0.7.8 +VERSION=7.0.7.9 STABLE_VERSION=7.0.6.19 OLD_STABLE_VERSION=7.0.5.4 REVISION=$(shell git rev-parse HEAD | head -c 20)