bump version 1.10.1 (#1927)

This commit is contained in:
Kevin Papst
2020-08-27 11:48:08 +02:00
committed by GitHub
parent d25bcfe29c
commit a258516322
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
unreleased=true unreleased=true
future-release=1.10 future-release=1.10.1
exclude-labels=duplicate,question,invalid,wontfix,release exclude-labels=duplicate,question,invalid,wontfix,release
enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt
issues-wo-labels=false issues-wo-labels=false

View File

@@ -17,7 +17,7 @@ class Constants
/** /**
* The current release version * The current release version
*/ */
public const VERSION = '1.10'; public const VERSION = '1.10.1';
/** /**
* The current release status, either "stable" or "dev" * The current release status, either "stable" or "dev"
*/ */