Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Jun 3, 2023
1 parent a7a00ef commit 9221aac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Build/Build.Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ protected override void OnBuildCreated()

VersionMap = new()
{
{"Release R21", "2021.2.6"},
{"Release R22", "2022.2.6"},
{"Release R23", "2023.2.6"},
{"Release R24", "2024.0.6"}
{"Release R21", "2021.2.7"},
{"Release R22", "2022.2.7"},
{"Release R23", "2023.2.7"},
{"Release R24", "2024.0.7"}
};
}
}

0 comments on commit 9221aac

Please sign in to comment.