Update versioning for 5.2.0-beta.2 (#3760)

This commit is contained in:
Yeastplume
2023-06-28 10:46:28 +01:00
committed by GitHub
parent 2273ea986d
commit b69f18d0a2
12 changed files with 68 additions and 68 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "grin_keychain"
version = "5.2.0-beta.1"
version = "5.2.0-beta.2"
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.2.0-beta.1" }
grin_util = { path = "../util", version = "5.2.0-beta.2" }