diff --git a/src/Javinizer/Javinizer.psd1 b/src/Javinizer/Javinizer.psd1 index 6702f12c..407f50d8 100644 --- a/src/Javinizer/Javinizer.psd1 +++ b/src/Javinizer/Javinizer.psd1 @@ -13,7 +13,7 @@ # Version number of this module. - ModuleVersion = '2.0.0-alpha1' + ModuleVersion = '2.0.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -130,7 +130,7 @@ ReleaseNotes = 'https://github.com/jvlflame/Javinizer/blob/master/.github/CHANGELOG.md' # Prerelease string of this module - # Prerelease = '' + Prerelease = 'alpha1' # Flag to indicate whether the module requires explicit user acceptance for install/update/save RequireLicenseAcceptance = $false