Merge pull request #538 from lanedirt/537-prepare-0110-release

Bump version to 0.11.0
This commit is contained in:
Leendert de Borst
2025-01-14 13:51:15 +00:00
committed by GitHub

View File

@@ -25,12 +25,12 @@ public static class AppInfo
/// <summary>
/// Gets the minor version number.
/// </summary>
public const int VersionMinor = 10;
public const int VersionMinor = 11;
/// <summary>
/// Gets the patch version number.
/// </summary>
public const int VersionPatch = 3;
public const int VersionPatch = 0;
/// <summary>
/// Gets the build number, typically used in CI/CD pipelines.