Bump minor version number -- now scroll position is maintained when switching versions

This commit is contained in:
n loewen 2025-06-07 20:27:12 +01:00
parent a985eacd0e
commit aa1ef500b0
1 changed files with 1 additions and 1 deletions

2
gtm
View File

@ -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]