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 ca0e5c4 commit 090235bCopy full SHA for 090235b
pom.xml
@@ -6,7 +6,7 @@
6
<artifactId>robotframework</artifactId>
7
<packaging>jar</packaging>
8
<name>Robot Framework</name>
9
- <version>3.1.0.dev2</version>
+ <version>3.1a1</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.0.dev2'
+VERSION = '3.1a1'
22
23
24
def get_version(naked=False):
0 commit comments