Skip to content

Commit b765054

Browse files
committed
version bump to 0.6
1 parent 2b5ca6d commit b765054

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.0"
3+
version = "0.6.0"
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
@@ -19,7 +19,7 @@ use lib::converter::Converter;
1919

2020
use std::fs::{remove_file,remove_dir_all};
2121

22-
const VERSION : &'static str = "0.5";
22+
const VERSION : &'static str = "0.6";
2323
const CONFIG_PATH : &'static str = "config.cfg";
2424
const LOG_CONFIG: &'static str = "log.conf";
2525
const LOG_PATTERN: &'static str = "%d{%d-%m-%Y %H:%M:%S}\t[%l]\t%f:%L \t%m";

0 commit comments

Comments
 (0)