summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-10-28 20:13:34 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-10-28 20:13:34 +1300
commit179bd6a13d91f0a1137ee8ed6aebb7e226e99b5d (patch)
tree371b9d0ecec45cf48a299e481c5acd100c5b6384 /Cargo.toml
parentdb0fdd4bdb26559723e9c61f3d421ff241e348cd (diff)
downloadbedrock-core-179bd6a13d91f0a1137ee8ed6aebb7e226e99b5d.zip
Update version to 5.0.0v5.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d822d8..f55d5ab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-version = "4.0.0"
name = "bedrock-core"
+version = "5.0.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Create Bedrock virtual processors and evaluate Bedrock bytecode"