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 81b0f58 commit 44b58f3Copy full SHA for 44b58f3
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>robotframework</artifactId>
7
<packaging>jar</packaging>
8
<name>Robot Framework</name>
9
- <version>3.1.2.dev1</version>
+ <version>3.1.2rc1</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.2.dev1'
+VERSION = '3.1.2rc1'
22
23
24
def get_version(naked=False):
0 commit comments