Skip to content

Commit

Permalink
Merge pull request #538 from lanedirt/537-prepare-0110-release
Browse files Browse the repository at this point in the history
Bump version to 0.11.0
  • Loading branch information
lanedirt authored Jan 14, 2025
2 parents 11d79c4 + 7a4e172 commit 2cfc8d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shared/AliasVault.Shared.Core/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2cfc8d5

Please sign in to comment.