Skip to content

Commit 52d9e22

Browse files
authored
Merge pull request #323 from mulkieran/revision9
Update revision number to 9
2 parents 8e6b453 + 52bcce9 commit 52d9e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testlib/dbus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class StratisDbus:
106106
_BUS = dbus.SystemBus()
107107
_BUS_NAME = "org.storage.stratis3"
108108
_TOP_OBJECT = "/org/storage/stratis3"
109-
REVISION_NUMBER = 8
109+
REVISION_NUMBER = 9
110110
_REVISION = f"r{REVISION_NUMBER}"
111111
BUS_NAME = _BUS_NAME
112112
TOP_OBJECT = _TOP_OBJECT

0 commit comments

Comments
 (0)