Skip to content

Commit

Permalink
Merge pull request #417 from lanedirt/415-update-version-number-to-081
Browse files Browse the repository at this point in the history
Prepare 0.8.1 version
  • Loading branch information
lanedirt authored Nov 25, 2024
2 parents 0fb5327 + af9fba3 commit 4de42e4
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 = 7;
public const int VersionMinor = 8;

/// <summary>
/// Gets the patch version number.
/// </summary>
public const int VersionPatch = 0;
public const int VersionPatch = 1;

/// <summary>
/// Gets the build number, typically used in CI/CD pipelines.
Expand Down

0 comments on commit 4de42e4

Please sign in to comment.