diff --git a/gtm b/gtm index 550f7f1..18dc31d 100755 --- a/gtm +++ b/gtm @@ -6,7 +6,7 @@ import subprocess import sys import argparse -VERSION = "2025-06-07.1" +VERSION = "2025-06-07.2" def get_commits(filename): cmd = ['git', 'log', '--pretty=format:%h %ad %s', '--date=short', '--', filename]