From c63faa352f67db1cbfd35d3737d5b0fdf62b7108 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Fri, 13 Dec 2024 13:09:14 +0100 Subject: [PATCH] Update version to 0.9.3 (#465) --- install.sh | 2 +- src/Shared/AliasVault.Shared.Core/AppInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 32710b8a..9aaa1d09 100755 --- a/install.sh +++ b/install.sh @@ -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" diff --git a/src/Shared/AliasVault.Shared.Core/AppInfo.cs b/src/Shared/AliasVault.Shared.Core/AppInfo.cs index bb1777fb..49ee340c 100644 --- a/src/Shared/AliasVault.Shared.Core/AppInfo.cs +++ b/src/Shared/AliasVault.Shared.Core/AppInfo.cs @@ -30,7 +30,7 @@ public static class AppInfo /// /// Gets the patch version number. /// - public const int VersionPatch = 2; + public const int VersionPatch = 3; /// /// Gets the build number, typically used in CI/CD pipelines.