Merge branch 'master' of github.com:RightBrain-Networks/auto-semver into bugfix/currentVersion

This commit is contained in:
2020-02-28 16:03:03 +00:00
2 changed files with 28 additions and 13 deletions

View File

@ -69,7 +69,7 @@ def main():
if args.debug:
console_logger.setLevel(logging.DEBUG)
logger.info(get_version(args.dot))
print(get_version(args.dot))
if __name__ == '__main__':
try: main()