Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Aug 29, 2024
1 parent 4e0f6ec commit e487311
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.2 - 2024-08-29

* Added support for local discovery of server and peers using UDP port 35483
* The `test` command line option `--latency-peer` is renamed to `--latency-peer-server`. A new flag `--latency-peer` will instead search for a local peer.
* Improved error messages
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.1.1-dev";
const VERSION: &str = "0.2";

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

0 comments on commit e487311

Please sign in to comment.