diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index 5b13194a..b6ae3867 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,7 @@ +7.18.02 + +Upgraded to OpenSSL 3.5.2. + 7.18.01 Added option `nosystemroles` to `gam print|show adminroles` that causes GAM diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 30afa787..443810c6 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -25,7 +25,7 @@ https://github.com/GAM-team/GAM/wiki """ __author__ = 'GAM Team ' -__version__ = '7.18.01' +__version__ = '7.18.02' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position