Skip to content

Commit

Permalink
Update version to 0.9.3 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Dec 13, 2024
1 parent 7e261a0 commit c63faa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# @version 0.9.0
# @version 0.9.3

# Repository information used for downloading files and images from GitHub
REPO_OWNER="lanedirt"
Expand Down
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 = 2;
public const int VersionPatch = 3;

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

0 comments on commit c63faa3

Please sign in to comment.