Skip to content

Commit

Permalink
Update AppInfo.cs (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Dec 16, 2024
1 parent 8dc99c0 commit a759091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shared/AliasVault.Shared.Core/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static class AppInfo
/// <summary>
/// Gets the patch version number.
/// </summary>
public const int VersionPatch = 3;
public const int VersionPatch = 4;

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

0 comments on commit a759091

Please sign in to comment.