version 1.0.0 -> 1.1.0

This commit is contained in:
2020-04-13 01:41:43 +08:00
parent 484e7de833
commit 00fcac0e52
3 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ use rust_util::{
};
use chrono::Utc;
pub const NAME: &str = "oss-backupd";
pub const VERSION: &str = "1.0.0";
pub const NAME: &str = env!("CARGO_PKG_NAME");
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
const DOT_OSS_BACKUPD_CONFIG: &str = ".oss-backupd-config.json";
const OSS_BACKUPD_CONFIG: &str = "oss-backupd-config.json";