Skip to content

Commit

Permalink
Update version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Sep 30, 2024
1 parent 1cb799e commit e43186a
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.1 - 2024-09-30

* Increase samples used for clock synchronization and idle latency measurement
* Clock synchronization now uses the average of the lowest 1/3rd of samples
* Adjust for clock drift in tests
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.1-dev";
const VERSION: &str = "0.3.1";

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

0 comments on commit e43186a

Please sign in to comment.