Skip to content

Commit c728657

Browse files
committed
Back to dev version
1 parent c70fa23 commit c728657

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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>4.1.2rc2</version>
9+
<version>4.1.2rc3.dev1</version>
1010
<description>High level test automation framework</description>
1111
<url>http://robotframework.org</url>
1212
<licenses>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Version number typically updated by running `invoke set-version <version>`.
88
# Run `invoke --help set-version` or see tasks.py for details.
9-
VERSION = '4.1.2rc2'
9+
VERSION = '4.1.2rc3.dev1'
1010
with open(join(dirname(abspath(__file__)), 'README.rst')) as f:
1111
LONG_DESCRIPTION = f.read()
1212
base_url = 'https://github.com/robotframework/robotframework/blob/master'

src/robot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# Version number typically updated by running `invoke set-version <version>`.
2020
# Run `invoke --help set-version` or see tasks.py for details.
21-
VERSION = '4.1.2rc2'
21+
VERSION = '4.1.2rc3.dev1'
2222

2323

2424
def get_version(naked=False):

0 commit comments

Comments
 (0)