Store version number of the benchmark client in a separate python file

This commit is contained in:
2018-08-14 17:15:36 +02:00
parent 13b766de4a
commit e5bf3b1947
2 changed files with 9 additions and 1 deletions

7
benchmark/version.py Normal file
View File

@@ -0,0 +1,7 @@
"""Version info for the Benchmark Client."""
# Included in error reports.
version = '1.0-beta'
# Shown on the splash.
version_human = '1.0 Beta'