about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 2df5f3c..6a8d5bd 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -7,7 +7,7 @@ use serde::{Deserialize, Serialize};
 use serde_yaml;
 use walkdir::WalkDir;
 
-const VERS: &str = "v0.1";
+const VERS: &str = "v0.1-only_user_count";
 const CONF_PATH: &str = "instistats.yml";
 
 #[derive(Debug, Deserialize, Serialize)]