1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

lvmdbusd: Bump LVM DBus API version

So users can check for writecache support.
This commit is contained in:
Vojtech Trefny 2020-07-01 13:27:47 +02:00 committed by Tony Asleson
parent 8f1068c02d
commit d4d060acd5

View File

@ -27,7 +27,7 @@ class Manager(AutomatedProperties):
@property
def Version(self):
return dbus.String('1.0.0')
return dbus.String('1.1.0')
@staticmethod
def handle_execute(rc, out, err):