From cef77948d097b0dcfc01a6160ba8a384c22bf6d4 Mon Sep 17 00:00:00 2001 From: AntoinePrv Date: Sun, 6 Feb 2022 12:09:50 -0500 Subject: [PATCH] Bump version number --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 3731a6c5..59272c2b 100644 --- a/VERSION +++ b/VERSION @@ -5,6 +5,6 @@ VERSION_MINOR 8 VERSION_PATCH 0 # The following should include their whole string and can be combined. # They must be numbered, starting from 0. -VERSION_PRE rc0 # Pre release without leading dot, e.g. `a0` (alpha), `b0` (beta), or `rc0` (release candidate) +VERSION_PRE # Pre release without leading dot, e.g. `a0` (alpha), `b0` (beta), or `rc0` (release candidate) VERSION_POST # Post release with leading dot, e.g. `.post0` VERSION_DEV # Dev release with leading dot, e.g. `.dev0`