about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-09-07 17:03:26 -0400
committerBen Morrison <ben@gbmor.dev>2019-09-07 17:03:26 -0400
commit68cf91315924d98c6860398c9951ec10f4346f5e (patch)
treed6e878179dd369446d529f945f8c4e68df7e23f4
parent8ac7199d1f523147e400040e170d4ed0d1687148 (diff)
downloadinstistats-68cf91315924d98c6860398c9951ec10f4346f5e.tar.gz
version reflects branch
-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)]