Bump version to 0.26.6 (server only)

This commit is contained in:
Leendert de Borst
2026-02-19 13:15:25 +01:00
parent ea24c7e415
commit 1cfee441e6
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ public static class AppInfo
/// <summary>
/// Gets the patch version number.
/// </summary>
public const int VersionPatch = 5;
public const int VersionPatch = 6;
/// <summary>
/// Gets the version stage (e.g., "", "-alpha", "-beta", "-rc").

2
core/rust/Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "aliasvault-core"
version = "0.26.5"
version = "0.26.6"
dependencies = [
"argon2",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "aliasvault-core"
version = "0.26.5"
version = "0.26.6"
edition = "2021"
description = "Cross-platform core library for AliasVault"
license = "AGPL-3.0"