Skip to content

Commit

Permalink
Version bump: 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Meggle committed Mar 26, 2024
1 parent 4a70c2f commit 042ef23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agents_plugins/robotmk.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

local_tz = datetime.utcnow().astimezone().tzinfo

ROBOTMK_VERSION = '1.4.3.1'
ROBOTMK_VERSION = '1.4.4'


class RMKConfig:
Expand Down
2 changes: 1 addition & 1 deletion bakery/robotmk.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# This file is part of the Robotmk project (https://www.robotmk.org)

ROBOTMK_VERSION = '1.4.3.1'
ROBOTMK_VERSION = '1.4.4'

from typing import Iterable, TypedDict, List
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion checks/robotmk.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from cmk.base.plugins.agent_based.agent_based_api.v1 import *
from cmk.utils.exceptions import MKGeneralException

ROBOTMK_VERSION = '1.4.3.1'
ROBOTMK_VERSION = '1.4.4'
DEFAULT_SVC_PREFIX = 'Robot Framework E2E $SUITEID$SPACE-$SPACE'
HTML_LOG_DIR = "%s/%s" % (os.environ['OMD_ROOT'], 'var/robotmk')

Expand Down

0 comments on commit 042ef23

Please sign in to comment.