summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/UpdateManager.py
diff options
context:
space:
mode:
authorGravatar stickell <l.stickell@yahoo.it> 2014-06-26 21:39:23 +0200
committerGravatar stickell <l.stickell@yahoo.it> 2014-06-26 21:39:23 +0200
commitd80acfcf88491b758019c8c6881e43089bf17e46 (patch)
tree3c7fdff69bd9b55034bcdc48aaed9786edecb8ae /module/plugins/hooks/UpdateManager.py
parent[UpdateManager] rewritten (diff)
downloadpyload-d80acfcf88491b758019c8c6881e43089bf17e46.tar.xz
[UpdateManager] bump
Fix commit hash on the update manager server
Diffstat (limited to 'module/plugins/hooks/UpdateManager.py')
-rw-r--r--module/plugins/hooks/UpdateManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/UpdateManager.py b/module/plugins/hooks/UpdateManager.py
index 7ed4dc19f..a824ee902 100644
--- a/module/plugins/hooks/UpdateManager.py
+++ b/module/plugins/hooks/UpdateManager.py
@@ -14,7 +14,7 @@ from module.plugins.Hook import threaded, Expose, Hook
class UpdateManager(Hook):
__name__ = "UpdateManager"
- __version__ = "0.22"
+ __version__ = "0.23"
__description__ = """Check for updates"""
__config__ = [("activated", "bool", "Activated", True),
("mode", "pyLoad + plugins;plugins only", "Check updates for", "pyLoad + plugins"),