Skip to content

Commit

Permalink
Update version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Sep 16, 2024
1 parent 03d1fd0 commit 8b8e870
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 - 2024-09-16

* Show throughput, latency, and packet loss summaries in plots and with the `test` command
* Rename both option to bidirectional
* Rename `--latency-peer-server` to `--latency-peer-address`
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.2.1-dev";
const VERSION: &str = "0.3";

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

1 comment on commit 8b8e870

@richb-hanover
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Zoxc Thanks for the new release. I'm on the case to produce screen shots and documentation tweaks

Please sign in to comment.