Skip to content

Commit 5e3ca19

Browse files
committed
v0.5.16-dev
1 parent 1c73817 commit 5e3ca19

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fcore"
3-
version = "0.5.15-dev"
3+
version = "0.5.16-dev"
44
edition = "2021"
55
build = "build.rs"
66

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub const BANNER: &str = r#"
2828
// |_| |___/
2929
"#;
3030

31-
pub const VERSION: &str = "0.5.15-dev";
31+
pub const VERSION: &str = "0.5.16-dev";
3232

3333
pub use config::{
3434
amnezia_wg::{

0 commit comments

Comments
 (0)