Bump version to 2022.05.19 release

This commit is contained in:
krionbsd 2022-05-19 14:17:19 +02:00
parent 6a07978663
commit 8636d94130
No known key found for this signature in database
GPG key ID: 0F223DFCB302CA45
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
Version TBD (In Progress on the Develop Branch):
Version 2022.05.19
* Fix situations where the registry key for root_dir does not exist
on Windows (twangboy) #1828
* Add Ubuntu 22 support (krionbsd) #1820
* Add Fedora 36 support (myii) #1818
Version 2022.03.15:
* Add detection and functions for AlmaLinux and Rocky Linux (myii) #1803
* Copy configs to correct config dirs (v3004+) (dafyddj) #1798

View file

@ -23,7 +23,7 @@
#======================================================================================================================
set -o nounset # Treat unset variables as an error
__ScriptVersion="2022.03.15"
__ScriptVersion="2022.05.19"
__ScriptName="bootstrap-salt.sh"
__ScriptFullName="$0"