Thanks to visit codestin.com Credit goes to github.com
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 2e3e6e1 commit ab54189Copy full SHA for ab54189
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>robotframework</artifactId>
7
<packaging>jar</packaging>
8
<name>Robot Framework</name>
9
- <version>3.1b2.dev1</version>
+ <version>3.1rc1</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.1b2.dev1'
+VERSION = '3.1rc1'
22
23
24
def get_version(naked=False):
0 commit comments