diff --git a/src/GamUpdate.txt b/src/GamUpdate.txt index a5319194..f90a57a4 100644 --- a/src/GamUpdate.txt +++ b/src/GamUpdate.txt @@ -1,3 +1,7 @@ +7.06.06 + +Native support for Windows 11 Arm-based devices. + 7.06.05 Updated code in `gam delete|update chromepolicy` to handle the `policyTargetKey[additionalTargetKeys]` diff --git a/src/gam/__init__.py b/src/gam/__init__.py index f972cd11..f8b0f6b3 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.06.05' +__version__ = '7.06.06' __license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' #pylint: disable=wrong-import-position