Update versioning on master to 5.4.0-alpha.0 (#3789)

This commit is contained in:
Yeastplume
2024-05-20 09:30:00 +01:00
committed by GitHub
parent c0f48f1528
commit 503527c2e7
12 changed files with 68 additions and 68 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_keychain"
version = "5.3.0"
version = "5.4.0-alpha.0"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Chain implementation for grin, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format."
license = "Apache-2.0"
@@ -26,4 +26,4 @@ ripemd160 = "0.9"
sha2 = "0.9"
pbkdf2 = "0.8"
grin_util = { path = "../util", version = "5.3.0" }
grin_util = { path = "../util", version = "5.4.0-alpha.0" }