Skip to content

Commit

Permalink
Back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Sep 21, 2022
1 parent b65c7bc commit a1802f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Version number typically updated by running `invoke set-version <version>`.
# Run `invoke --help set-version` or see tasks.py for details.
VERSION = '5.1b2'
VERSION = '5.1b3.dev1'
with open(join(dirname(abspath(__file__)), 'README.rst')) as f:
LONG_DESCRIPTION = f.read()
base_url = 'https://github.com/robotframework/robotframework/blob/master'
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 = '5.1b2'
VERSION = '5.1b3.dev1'


def get_version(naked=False):
Expand Down

0 comments on commit a1802f5

Please sign in to comment.