version 1.0.0 -> 1.1.0
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user