Skip to content

Commit

Permalink
Merge pull request #228 from mulkieran/update-to-r7
Browse files Browse the repository at this point in the history
Update D-Bus revision number to r7
  • Loading branch information
mulkieran authored Oct 31, 2023
2 parents ebd2857 + 2947da6 commit 8555ed4
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 8555ed4

Please sign in to comment.