We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b5ca6d commit b765054Copy full SHA for b765054
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "yayd-backend"
3
-version = "0.5.0"
+version = "0.6.0"
4
authors = ["Aron Heinecke <Ox0p54r36@t-online.de>"]
5
6
[[bin]]
src/main.rs
@@ -19,7 +19,7 @@ use lib::converter::Converter;
19
20
use std::fs::{remove_file,remove_dir_all};
21
22
-const VERSION : &'static str = "0.5";
+const VERSION : &'static str = "0.6";
23
const CONFIG_PATH : &'static str = "config.cfg";
24
const LOG_CONFIG: &'static str = "log.conf";
25
const LOG_PATTERN: &'static str = "%d{%d-%m-%Y %H:%M:%S}\t[%l]\t%f:%L \t%m";
0 commit comments