8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca8811 commit e0b1427Copy full SHA for e0b1427
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>robotframework</artifactId>
7
<packaging>jar</packaging>
8
<name>Robot Framework</name>
9
- <version>3.1</version>
+ <version>3.1.1.dev1</version>
10
<description>High level test automation framework</description>
11
<url>http://robotframework.org</url>
12
<licenses>
src/robot/version.py
@@ -18,7 +18,7 @@
18
19
# Version number typically updated by running `invoke set-version <version>`.
20
# Run `invoke --help set-version` or see tasks.py for details.
21
-VERSION = '3.1'
+VERSION = '3.1.1.dev1'
22
23
24
def get_version(naked=False):
0 commit comments