Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nnethercote committed Jul 25, 2023
1 parent 5ff3bc6 commit 49b3417
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "counts"
version = "0.2.0"
version = "1.0.0" # Keep in sync with `VERSION` in main.rs.
authors = ["Nicholas Nethercote <[email protected]>"]
license = "Unlicense"
description = "A command line tool for ad hoc profiling."
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ OPTIONS:
-e Erase weights after applying, replacing them with `NNN`
";

const VERSION: &str = "0.2.0";
const VERSION: &str = "1.0.0";

fn do_main() -> io::Result<()> {
// Process args.
Expand Down

0 comments on commit 49b3417

Please sign in to comment.