From c6a6d872b773192608b30bdd3b99481a8b6f55ba Mon Sep 17 00:00:00 2001 From: AntoinePrv Date: Mon, 9 May 2022 20:00:25 -0500 Subject: [PATCH] Bump version number --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 59272c2b..b0841b76 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ # The following should include only numbers VERSION_MAJOR 0 VERSION_MINOR 8 -VERSION_PATCH 0 +VERSION_PATCH 1 # The following should include their whole string and can be combined. # They must be numbered, starting from 0. VERSION_PRE # Pre release without leading dot, e.g. `a0` (alpha), `b0` (beta), or `rc0` (release candidate)