Skip to content

Commit

Permalink
Updated version to 2.9b1
Browse files Browse the repository at this point in the history
  • Loading branch information
jussimalinen committed Jun 26, 2015
1 parent adc3ac5 commit 968e060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>robotframework</artifactId>
<packaging>jar</packaging>
<name>Robot Framework</name>
<version>2.9.dev20150618</version>
<version>2.9b1</version>
<description>High level test automation framework</description>
<url>http://robotframework.org</url>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion src/robot/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Version number typically updated by running `invoke set_version <version>`.
# Run `invoke --help set_version` or see tasks.py for details.
VERSION = '2.9.dev20150618'
VERSION = '2.9b1'


def get_version(naked=False):
Expand Down

0 comments on commit 968e060

Please sign in to comment.