diff --git a/install.sh b/install.sh
index 32710b8ab..9aaa1d09d 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 bb1777fbc..49ee340c2 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.