From 1c6d8bc7fdb6ac597fb57162987e7dc60b37a5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D1=80=D0=B5=D0=B4=D1=80=D0=B0=D0=B3=20=D0=9D=D0=B8?= =?UTF-8?q?=D0=BA=D0=BE=D0=BB=D0=B8=D1=9B?= Date: Fri, 19 Apr 2024 18:56:42 +0200 Subject: [PATCH] Cut 2.0.0 --- VERSION | 2 +- plugin/core/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ff6d09b31..359a5b952 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.30.0 \ No newline at end of file +2.0.0 \ No newline at end of file diff --git a/plugin/core/version.py b/plugin/core/version.py index 3ecf3f5a1..14246847e 100644 --- a/plugin/core/version.py +++ b/plugin/core/version.py @@ -1 +1 @@ -__version__ = (1, 30, 0) +__version__ = (2, 0, 0)