From e16662a94bcf0663363b0b7fe6bf19dba01cdba1 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Thu, 28 May 2020 18:58:34 +0200 Subject: [PATCH] Set version in master to 2.0.0-dev We want to have the version in the master branch to be the version of the next major release with a -dev suffix. Actual release versions of the code will get their own respective branches. --- version.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.config b/version.config index ffd5d4023..e1c876176 100644 --- a/version.config +++ b/version.config @@ -1,2 +1,2 @@ -version = 2.0.0-beta5-dev +version = 2.0.0-dev update_from_version = 1.7.1