diff --git a/dotdrop/options.py b/dotdrop/options.py index 6ba7d6c..5126ff3 100644 --- a/dotdrop/options.py +++ b/dotdrop/options.py @@ -118,6 +118,7 @@ class Options(AttrMonitor): self.profile = self.args['--profile'] self.confpath = self._get_config_path() if self.debug: + self.log.dbg('version: {}'.format(VERSION)) self.log.dbg('config file: {}'.format(self.confpath)) self._read_config()