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 5b84061 commit 98ed6acCopy full SHA for 98ed6ac
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>robotframework</artifactId>
7
<packaging>jar</packaging>
8
<name>Robot Framework</name>
9
- <version>3.1.3.dev1</version>
+ <version>3.2.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.3.dev1'
+VERSION = '3.2.dev1'
22
23
24
def get_version(naked=False):
0 commit comments