Skip to content

Commit

Permalink
Update version to 0.8.2 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Nov 27, 2024
1 parent e772e72 commit a39ed8c
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.8.1
# @version 0.8.2

# 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 = 1;
public const int VersionPatch = 2;

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

0 comments on commit a39ed8c

Please sign in to comment.