Skip to content

Commit

Permalink
Updated version to 7.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Jan 4, 2024
1 parent 00c6117 commit be71696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
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 = '7.0rc2.dev1'
VERSION = '7.0rc2'
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
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 = '7.0rc2.dev1'
VERSION = '7.0rc2'


def get_version(naked=False):
Expand Down

0 comments on commit be71696

Please sign in to comment.