mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-04 23:05:19 -04:00
Bump version to 0.26.6 (server only)
This commit is contained in:
@@ -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
2
core/rust/Cargo.lock
generated
@@ -4,7 +4,7 @@ version = 4
|
||||
|
||||
[[package]]
|
||||
name = "aliasvault-core"
|
||||
version = "0.26.5"
|
||||
version = "0.26.6"
|
||||
dependencies = [
|
||||
"argon2",
|
||||
"chrono",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user