Skip to content

Commit 4f66ad3

Browse files
committed
Add —version flag, bump version
1 parent 6271417 commit 4f66ad3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/divvun/divvunspell"
1111
name = "divvun_fst"
1212

1313
[workspace.package]
14-
version = "1.0.0-beta.10"
14+
version = "1.0.0-beta.11"
1515

1616
[workspace.dependencies]
1717
libc = "0.2"

cli/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ fn run(
221221
#[derive(Debug, Parser)]
222222
#[command(
223223
name = "divvunspell",
224+
version,
224225
about = "Spell checking tool for ZHFST/BHFST spellers"
225226
)]
226227
struct Args {

0 commit comments

Comments
 (0)