From 7a4e1721c8c33bba85ef61770b02902f4d3165ed Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Tue, 14 Jan 2025 14:42:56 +0100 Subject: [PATCH] Bump version to 0.11.0 (#537) --- src/Shared/AliasVault.Shared.Core/AppInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Shared/AliasVault.Shared.Core/AppInfo.cs b/src/Shared/AliasVault.Shared.Core/AppInfo.cs index 2ec1a6d7b..51f1deb89 100644 --- a/src/Shared/AliasVault.Shared.Core/AppInfo.cs +++ b/src/Shared/AliasVault.Shared.Core/AppInfo.cs @@ -25,12 +25,12 @@ public static class AppInfo /// /// Gets the minor version number. /// - public const int VersionMinor = 10; + public const int VersionMinor = 11; /// /// Gets the patch version number. /// - public const int VersionPatch = 3; + public const int VersionPatch = 0; /// /// Gets the build number, typically used in CI/CD pipelines.