Skip to content

Commit

Permalink
Update revision number to 8
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Nov 4, 2024
1 parent a7e03b4 commit 0a2e16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testlib/dbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class StratisDbus:
_BUS = dbus.SystemBus()
_BUS_NAME = "org.storage.stratis3"
_TOP_OBJECT = "/org/storage/stratis3"
REVISION_NUMBER = 7
REVISION_NUMBER = 8
_REVISION = f"r{REVISION_NUMBER}"
BUS_NAME = _BUS_NAME
TOP_OBJECT = _TOP_OBJECT
Expand Down

0 comments on commit 0a2e16b

Please sign in to comment.