chore: Release 0.11.0rc2

This commit is contained in:
2023-11-15 13:05:37 +01:00
parent af68db167c
commit 356f1d29ff
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "RevPi Commander"
#define MyAppVersion "0.10.0"
#define MyAppVersion "0.11.0rc2"
#define MyAppPublisher "Sven Sager"
#define MyAppURL "https://revpimodio.org/"
#define MyAppICO "data\revpicommander.ico"

View File

@@ -4,4 +4,4 @@ __author__ = "Sven Sager"
__copyright__ = "Copyright (C) 2023 Sven Sager"
__license__ = "GPLv2"
__package__ = "revpicommander"
__version__ = "0.11.0rc1"
__version__ = "0.11.0rc2"