Skip to content

Commit

Permalink
Updated version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Apr 25, 2018
1 parent e4c4937 commit ac16740
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 @@ -6,7 +6,7 @@
<artifactId>robotframework</artifactId>
<packaging>jar</packaging>
<name>Robot Framework</name>
<version>3.0.4rc2.dev1</version>
<version>3.0.4</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 @@ -18,7 +18,7 @@

# Version number typically updated by running `invoke set-version <version>`.
# Run `invoke --help set-version` or see tasks.py for details.
VERSION = '3.0.4rc2.dev1'
VERSION = '3.0.4'


def get_version(naked=False):
Expand Down

0 comments on commit ac16740

Please sign in to comment.