summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2024-10-29 11:41:09 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2024-10-29 11:41:09 +1300
commit2cd0c86659479774d092de727e0f0c31e27e49f2 (patch)
treef0bf4034dba84dc69906910427054cccbcda313c /Cargo.toml
parent4ec36c07c787ecd152b34e41dca5f2c90e66592a (diff)
downloadbedrock-asm-2cd0c86659479774d092de727e0f0c31e27e49f2.zip
Update version to 4.0.1v4.0.1
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 e2c5a62..8ddeb48 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bedrock-asm"
-version = "4.0.0"
+version = "4.0.1"
authors = ["Ben Bridle"]
edition = "2021"
description = "Assembler program for the Bedrock assembly language"