summaryrefslogtreecommitdiff
path: root/alot/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/version.py')
-rw-r--r--alot/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/version.py b/alot/version.py
index 1506c137..3cd06249 100644
--- a/alot/version.py
+++ b/alot/version.py
@@ -83,7 +83,7 @@ def write_version(version):
f.close()
-def get_git_version(abbrev=4):
+def generate_version(abbrev=4):
# Read in the version that's currently in VERSION.
release_version = read_version()