summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2024-11-06 07:20:19 +1300
committerBen Bridle <ben@derelict.engineering>2024-11-06 07:20:19 +1300
commitc211280e077703903d968f14e8c6699d9f728aa2 (patch)
tree3f80ac7cab4b45fcf623971db1af97e9757e314e /Cargo.toml
parent0156ab9223dc9e942620519778b58d1a7e4e8001 (diff)
downloadbedrock-asm-c211280e077703903d968f14e8c6699d9f728aa2.zip
Update version to 4.0.6v4.0.6
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 5a06925..6dd908a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "4.0.5"
+version = "4.0.6"
authors = ["Ben Bridle"]
edition = "2021"
description = "Assembler program for the Bedrock assembly language"