Skip to content

Commit 19fba78

Browse files
author
Oracles Technologies LLC
committed
fix: bump versions.py to v2.4.0 (stable.2, 2026-05-10)
1 parent df62462 commit 19fba78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ethicore_guardian/versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
Ethicore Engine™ - Guardian SDK - Version Information
33
"""
44

5-
__version__ = "2.3.0"
5+
__version__ = "2.4.0"
66
__version_info__ = tuple(map(int, __version__.split('.')))
77

88
# Build information
9-
__build__ = "stable.1"
10-
__release_date__ = "2026-05-05"
9+
__build__ = "stable.2"
10+
__release_date__ = "2026-05-10"
1111

1212
# Feature flags
1313
FEATURES = {

0 commit comments

Comments
 (0)