Skip to content

Commit

Permalink
Update version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Oct 3, 2024
1 parent 3d42c71 commit ac0c5b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This file lists the changes that have occurred since January 2024 in the project

## Unreleased

## 0.3.2 - 2024-10-03

* Fix saved raw data path printed after a test
* Avoid duplicate legends when plotting transferred bytes
* Make `--plot-transferred` increase default plot height
Expand Down
2 changes: 1 addition & 1 deletion src/crusader-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
clippy::option_map_unit_fn
)]

const VERSION: &str = "0.3.2-dev";
const VERSION: &str = "0.3.2";

pub fn version() -> String {
if !VERSION.ends_with("-dev") {
Expand Down

0 comments on commit ac0c5b6

Please sign in to comment.