Skip to content

Commit e47807b

Browse files
committed
Updated version to 3.0
1 parent 2284c4d commit e47807b

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>3.0.dev20151223</version>
9+
<version>3.0</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 = '3.0.dev20151223'
20+
VERSION = '3.0'
2121

2222

2323
def get_version(naked=False):

0 commit comments

Comments
 (0)