diff options
author | Papoteur <papoteur@mageia.org> | 2019-07-28 20:01:11 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-07-28 20:01:11 +0200 |
commit | f23031d247dbc79d02c696e33556316ac5b2085b (patch) | |
tree | d30db29837a51def817322eec10aa79d431372ee /lib/isodumper.py | |
parent | ca66f257f8d438492ea0a28d60a6980af3951884 (diff) | |
download | isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.tar isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.tar.gz isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.tar.bz2 isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.tar.xz isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.zip |
1.111.11
Diffstat (limited to 'lib/isodumper.py')
-rwxr-xr-x | lib/isodumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index 797c551..1110ac0 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -108,7 +108,7 @@ class Info(object): class IsoDumper(object): - RELEASE="v1.10" + RELEASE="v1.11" def get_devices(self): self.list=self.u.find_devices() |