Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
  • Loading branch information
0xpr03 committed Mar 18, 2019
1 parent 2da3a5f commit e07596f
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 = "yayd-backend"
version = "0.6.3"
version = "0.6.4"
authors = ["Aron Heinecke <Ox0p54r36@t-online.de>"]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use lib::Error;
use std::sync::Arc;
use timer::Timer;

const VERSION: &'static str = "0.6.3";
const VERSION: &'static str = env!("CARGO_PKG_VERSION");
const CONFIG_PATH: &'static str = "config.cfg";
const C_USER_AGENT: &'static str = "hyper/yayd (github.com/0xpr03/yayd)";
const LOG_CONFIG: &'static str = "logger.yaml";
Expand Down

0 comments on commit e07596f

Please sign in to comment.