From 5dd46001f064ad8d51b6106cb0836ff7e6e23f97 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 24 Aug 2020 23:25:17 +0100 Subject: [PATCH] Bump version to 20.10.0 --- usr/bin/mate-optimus-applet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/mate-optimus-applet b/usr/bin/mate-optimus-applet index b93c041..0e456e1 100755 --- a/usr/bin/mate-optimus-applet +++ b/usr/bin/mate-optimus-applet @@ -24,7 +24,7 @@ except: gi.require_version('AppIndicator3', '0.1') from gi.repository import AppIndicator3 -__VERSION__ = '20.04.0' +__VERSION__ = '20.10.0' # i18n gettext.install("mate-optimus", "/usr/share/locale")