Skip to content

Commit

Permalink
Change version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoxc committed Aug 21, 2024
1 parent 7a9ccc1 commit 8f1c3be
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.1 - 2024-08-21

* Added `crusader remote` command to start a web server listening on port 35482.
It allows starting tests on a separate machine and displays the resulting charts in the web page.
* Use system fonts in GUI
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.0-dev";
const VERSION: &str = "0.1";

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

1 comment on commit 8f1c3be

@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 CONGRATULATIONS! Unless you want to do it, I am happy to re-shoot all the screen shots for the README now that the version number is at 0.1. Give me a couple days... Thanks

Please sign in to comment.