From aa1ef500b01bcfa7942a752a04809133e77bab34 Mon Sep 17 00:00:00 2001 From: n loewen Date: Sat, 7 Jun 2025 20:27:12 +0100 Subject: [PATCH] Bump minor version number -- now scroll position is maintained when switching versions --- gtm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]