We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd662e commit e43b946Copy full SHA for e43b946
1 file changed
src/robot/version.py
@@ -2,9 +2,9 @@
2
3
import sys
4
5
-VERSION = '2.7.2'
6
-RELEASE = 'final'
7
-TIMESTAMP = '20120608-160556'
+VERSION = 'trunk'
+RELEASE = '20120608'
+TIMESTAMP = '20120608-160818'
8
9
def get_version(sep=' '):
10
if RELEASE == 'final':
0 commit comments