version 0.1.0 -> 1.0.0

This commit is contained in:
2020-04-12 17:51:38 +08:00
parent f308c0dae9
commit 54a15f24f7
4 changed files with 6 additions and 3 deletions

View File

@@ -11,6 +11,9 @@ use rust_util::{
};
use chrono::Utc;
pub const NAME: &str = "oss-backupd";
pub const VERSION: &str = "1.0.0";
pub const ETC_OSS_BACKUPD_CONFIG: &str = "/etc/oss-backupd/config.json";
pub const OSS_BACKUPD_CONFIG: &str = "oss-backupd-config.json";
pub const DOT_OSS_BACKUPD_CONFIG: &str = ".oss-backupd-config.json";