diff options
Diffstat (limited to 'pyload/plugins/account/RehostTo.py')
-rw-r--r-- | pyload/plugins/account/RehostTo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/account/RehostTo.py b/pyload/plugins/account/RehostTo.py index 070cdda3a..23c1eeda1 100644 --- a/pyload/plugins/account/RehostTo.py +++ b/pyload/plugins/account/RehostTo.py @@ -6,7 +6,7 @@ from pyload.plugins.internal.Account import Account class RehostTo(Account): __name__ = "RehostTo" __type__ = "account" - __version__ = "0.1" + __version__ = "0.10" __description__ = """Rehost.to account plugin""" __license__ = "GPLv3" |