Skip to content

Commit 1062167

Browse files
committed
Bump Autonity version to v1.1.2
1 parent 20ba1ae commit 1062167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AUTONITY_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.1
1+
v1.1.2

autonity/contracts/autonity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import web3
1212
from web3.contract import contract
1313

14-
__version__ = "v1.1.1"
14+
__version__ = "v1.1.2"
1515

1616

1717
class ValidatorState(enum.IntEnum):

0 commit comments

Comments
 (0)