Skip to content

Commit

Permalink
Publish v1
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Dec 11, 2024
1 parent 4946c7b commit aa8f3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minor-version-update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ( -not (Test-Path $ManfifestPath )) {
$ver = [version]($previousVersion -replace '-preview')

# Set new version number. If it is pre-release, increment the build number otherwise increment the minor version.
$major = 0 # Update this to change the major version number of Maester.
$major = 1 # Update this to change the major version number of Maester.
if ($major -ne $ver.Major) {
$minor = 0 # Reset the minor & build version when incrementing the major version.
$build = 0
Expand Down

0 comments on commit aa8f3fa

Please sign in to comment.