Skip to content

Commit

Permalink
Bump version to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iridar committed Mar 3, 2022
1 parent f1f1f26 commit 55184f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -10,7 +10,7 @@ var string Commit;
defaultproperties
{
MajorVersion = 1;
MinorVersion = 23;
PatchVersion = 2;
MinorVersion = 24;
PatchVersion = 0;
Commit = "";
}
4 changes: 2 additions & 2 deletions VERSION.ps1
Expand Up @@ -5,8 +5,8 @@ $version_block = @'
defaultproperties
{
MajorVersion = 1;
MinorVersion = 23;
PatchVersion = 2;
MinorVersion = 24;
PatchVersion = 0;
Commit = "%COMMIT%";
}
'@

0 comments on commit 55184f1

Please sign in to comment.