Bump minor version number -- now scroll position is maintained when switching versions
This commit is contained in:
parent
a985eacd0e
commit
aa1ef500b0
2
gtm
2
gtm
|
|
@ -6,7 +6,7 @@ import subprocess
|
||||||
import sys
|
import sys
|
||||||
import argparse
|
import argparse
|
||||||
|
|
||||||
VERSION = "2025-06-07.1"
|
VERSION = "2025-06-07.2"
|
||||||
|
|
||||||
def get_commits(filename):
|
def get_commits(filename):
|
||||||
cmd = ['git', 'log', '--pretty=format:%h %ad %s', '--date=short', '--', filename]
|
cmd = ['git', 'log', '--pretty=format:%h %ad %s', '--date=short', '--', filename]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue