Skip to content

Commit

Permalink
Version bump v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeggle committed Apr 6, 2021
1 parent e091511 commit 621eb6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agents/plugins/robotmk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import platform
import xml.etree.ElementTree as ET

local_tz = datetime.utcnow().astimezone().tzinfo
ROBOTMK_VERSION = 'v1.0.0'
ROBOTMK_VERSION = 'v1.0.1'


class RMKConfig():
Expand Down
2 changes: 1 addition & 1 deletion checks/robotmk
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ except:

utc = pytz.utc

ROBOTMK_VERSION = 'v1.0.0'
ROBOTMK_VERSION = 'v1.0.1'

DEFAULT_SVC_PREFIX = 'Robot Framework E2E $SUITEID$SPACE-$SPACE'

Expand Down

0 comments on commit 621eb6a

Please sign in to comment.