Skip to content

Commit aca607e

Browse files
authored
Merge pull request #515 from lanedirt/514-prepare-0102-release
Bump version to 0.10.2
2 parents ed05342 + 955b863 commit aca607e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/AliasVault.Shared.Core/AppInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static class AppInfo
3030
/// <summary>
3131
/// Gets the patch version number.
3232
/// </summary>
33-
public const int VersionPatch = 1;
33+
public const int VersionPatch = 2;
3434

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

0 commit comments

Comments
 (0)