Merge pull request #1829 from krionbsd/19052022_release

Bump version to 2022.05.19 release
This commit is contained in:
Kirill Ponomarev 2022-05-19 14:21:07 +02:00 committed by GitHub
commit c7f91bc58d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"