Skip to content

Commit

Permalink
Updated version to 3.2b2
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Feb 14, 2020
1 parent 8839df9 commit 05d4f16
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.2b2.dev1</version>
<version>3.2b2</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.2b2.dev1'
VERSION = '3.2b2'


def get_version(naked=False):
Expand Down

0 comments on commit 05d4f16

Please sign in to comment.