Skip to content

Commit e07596f

Browse files
committed
Fix version
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
1 parent 2da3a5f commit e07596f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "yayd-backend"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Aron Heinecke <Ox0p54r36@t-online.de>"]
55

66
[[bin]]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use lib::Error;
3333
use std::sync::Arc;
3434
use timer::Timer;
3535

36-
const VERSION: &'static str = "0.6.3";
36+
const VERSION: &'static str = env!("CARGO_PKG_VERSION");
3737
const CONFIG_PATH: &'static str = "config.cfg";
3838
const C_USER_AGENT: &'static str = "hyper/yayd (github.com/0xpr03/yayd)";
3939
const LOG_CONFIG: &'static str = "logger.yaml";

0 commit comments

Comments
 (0)