Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
makemake-kbo committed Feb 28, 2024
1 parent faff528 commit 7c76a9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blutgang"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["makemake <vukasin@gostovic.me>, Rainshower Labs, contributors"]
license-file = "LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion src/config/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub const WS_SUB_MANAGER_ID: u32 = 2;
pub const MAGIC: u32 = 0xb153;

// Version consts, dont impact functionality
pub const VERSION_STR: &str = "Blutgang 0.3.1 Garreg Mach";
pub const VERSION_STR: &str = "Blutgang 0.3.2 Garreg Mach";
pub const TAGLINE: &str = "`Now there's a way forward.`";

#[cfg(feature = "journald")]
Expand Down

0 comments on commit 7c76a9f

Please sign in to comment.