diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 15:26:13 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 15:26:13 +0100 |
commit | a47cae8c5a4648a9a325638f7e81bb5b38645be0 (patch) | |
tree | 888feb0eabd144ce41a23a7a17065cb28608933a | |
parent | Merge pull request #2228 from ckaeslin/patch-1 (diff) | |
download | pyload-a47cae8c5a4648a9a325638f7e81bb5b38645be0.tar.xz |
[Container] Version up
-rw-r--r-- | module/plugins/internal/Container.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Container.py b/module/plugins/internal/Container.py index 9255bade7..f9d92db64 100644 --- a/module/plugins/internal/Container.py +++ b/module/plugins/internal/Container.py @@ -13,7 +13,7 @@ from module.plugins.internal.misc import encode, exists class Container(Crypter): __name__ = "Container" __type__ = "container" - __version__ = "0.10" + __version__ = "0.11" __status__ = "stable" __pattern__ = r'^unmatchable$' |