From 0f880debd6e4e7e893e7fd7146138024d44fd4cc Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 5 Sep 2024 13:53:16 -0700 Subject: [PATCH] Version bump to 6.0 for the break to back compatibility in Update-UnityPackageManagerConfig --- UnitySetup/UnitySetup.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitySetup/UnitySetup.psd1 b/UnitySetup/UnitySetup.psd1 index d3e14b7..0041b96 100644 --- a/UnitySetup/UnitySetup.psd1 +++ b/UnitySetup/UnitySetup.psd1 @@ -14,7 +14,7 @@ RootModule = 'UnitySetup' # Version number of this module. - ModuleVersion = '5.7' + ModuleVersion = '6.0' # Supported PSEditions # CompatiblePSEditions = @()