From e03da70c3406b4e0ad9646b55922aec3c49f8c66 Mon Sep 17 00:00:00 2001 From: Waishnav Date: Sat, 17 Sep 2022 06:42:59 +0530 Subject: changed function according to 2.0 analysis function --- src/bin/watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/watcher') diff --git a/src/bin/watcher b/src/bin/watcher index 2644fd1..e02e9a3 100755 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -46,7 +46,7 @@ if len(arg) == 2: print("Log creations started... \nif you wanna stop it, use keyboard-shortcut (Ctrl+Shift+C or Ctrl+C)") x.log_creation() elif arg[1] == "--version" or arg[1] == "-v": - print("Version: 1.3.1") + print("Version: 2.0.0") else: wrong_option() -- cgit v1.2.3