Skip to content

Commit e9e9e7e

Browse files
committed
Updated version to 3.0a1
1 parent 57f6134 commit e9e9e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>robotframework</artifactId>
77
<packaging>jar</packaging>
88
<name>Robot Framework</name>
9-
<version>2.9.3.dev20151102</version>
9+
<version>3.0a1</version>
1010
<description>High level test automation framework</description>
1111
<url>http://robotframework.org</url>
1212
<licenses>

src/robot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Version number typically updated by running `invoke set_version <version>`.
1919
# Run `invoke --help set_version` or see tasks.py for details.
20-
VERSION = '2.9.3.dev20151102'
20+
VERSION = '3.0a1'
2121

2222

2323
def get_version(naked=False):

0 commit comments

Comments
 (0)