Bump version

This commit is contained in:
Orsiris de Jong 2023-02-08 09:30:19 +01:00
parent 3ea482d29e
commit ffddb5c51e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## v2.2.0 - rc4
- Add gui popup when config cannot be saved
- Make repo connection messages more clear
- Fix empty restic results will make prometheus metrics fail
## v2.2.0 - rc3
- Auto minimize console window when run in GUI mode to not distract end user
- Trigger GUI refresh after configuration changes

View file

@ -10,7 +10,7 @@ __description__ = "NetPerfect Backup Client"
__copyright__ = "Copyright (C) 2022-2023 NetInvent"
__license__ = "GPL-3.0-only"
__build__ = "2023013102"
__version__ = "2.2.0-rc3"
__version__ = "2.2.0-rc4"
import os