summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-03-25 11:57:35 +1300
committerBen Bridle <ben@derelict.engineering>2025-03-25 11:57:35 +1300
commite99c683d66b5e20a610094cbe0fad75729383dd1 (patch)
tree1eb5f2c67fd8b6c8ad2c01d5116b672379dc8bb6 /Cargo.toml
parent20bedfe69c8e6add6aa8fe4ccb6aebd0ca1167b9 (diff)
downloadbedrock-asm-e99c683d66b5e20a610094cbe0fad75729383dd1.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 dc1dfed..86653e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "4.0.6"
+version = "5.0.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Assembler program for the Bedrock assembly language"