Skip to content

Commit e30395c

Browse files
authored
Merge pull request #289 from mulkieran/update-revision-number
Update revision number to 8
2 parents a7e03b4 + 0a2e16b commit e30395c

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 = 7
109+
REVISION_NUMBER = 8
110110
_REVISION = f"r{REVISION_NUMBER}"
111111
BUS_NAME = _BUS_NAME
112112
TOP_OBJECT = _TOP_OBJECT

0 commit comments

Comments
 (0)