Skip to content

Commit

Permalink
Update D-Bus revision number to r7
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 30, 2023
1 parent ebd2857 commit 2947da6
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 = 6
REVISION_NUMBER = 7
_REVISION = f"r{REVISION_NUMBER}"
BUS_NAME = _BUS_NAME
TOP_OBJECT = _TOP_OBJECT
Expand Down

0 comments on commit 2947da6

Please sign in to comment.