diff --git a/VERSION b/VERSION index e3a4f1933..cc6612c36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 \ No newline at end of file +2.3.0 \ No newline at end of file diff --git a/plugin/core/version.py b/plugin/core/version.py index 2de334c18..c1b36d9c1 100644 --- a/plugin/core/version.py +++ b/plugin/core/version.py @@ -1 +1 @@ -__version__ = (2, 2, 0) +__version__ = (2, 3, 0)