Skip to content

Commit 4e97fe2

Browse files
committed
Updated version to 2.9
1 parent d28a274 commit 4e97fe2

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
@@ -7,7 +7,7 @@
77
<artifactId>robotframework</artifactId>
88
<packaging>jar</packaging>
99
<name>Robot Framework</name>
10-
<version>2.9.dev20150715</version>
10+
<version>2.9</version>
1111
<description>High level test automation framework</description>
1212
<url>http://robotframework.org</url>
1313
<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.dev20150715'
20+
VERSION = '2.9'
2121

2222

2323
def get_version(naked=False):

0 commit comments

Comments
 (0)