Skip to content

Commit 1239ca3

Browse files
committed
Bump version to v0.8.1
1 parent 14615c1 commit 1239ca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.bl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn parse_priority(s: Str) -> Int {
2626

2727
fn build_parser() -> ArgParser {
2828
let mut p = argparser_new("br", "Bridge Task Manager")
29-
p = set_version(p, "0.8.0")
29+
p = set_version(p, "0.8.1")
3030

3131
p = add_flag(p, "--json", "-j", "JSON output")
3232

0 commit comments

Comments
 (0)