Skip to content

Commit 14928b9

Browse files
committed
release(bin): v0.12.0
1 parent b2c93c6 commit 14928b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cambridge-asm-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cambridge-asm-cli"
3-
version = "0.11.3"
3+
version = "0.12.0"
44
authors = ["SaadiSave <https://github.com/SaadiSave>"]
55
edition = "2021"
66
license = "MPL-2.0"

cambridge-asm-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const INST_SET: InstSet = parse::get_fn_ext;
2121

2222
#[derive(Parser)]
2323
#[clap(name = "Cambridge Pseudoassembly Interpreter")]
24-
#[clap(version = "0.11.2")]
24+
#[clap(version = "0.12")]
2525
#[clap(author = "Saadi Save <github.com/SaadiSave>")]
2626
#[clap(about = "Run pseudoassembly from Cambridge International syllabus 9618 (2021)")]
2727
struct Cli {

0 commit comments

Comments
 (0)