Store version number of the benchmark client in a separate python file
This commit is contained in:
7
benchmark/version.py
Normal file
7
benchmark/version.py
Normal 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'
|
Reference in New Issue
Block a user