From 8eed1168040b21de48a4348aaf8903f54f54ee8c Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 5 Apr 2020 00:07:16 +0100 Subject: [PATCH] Bump version to 20.04.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 9c88b98..ea9541d 100755 --- a/usr/bin/mate-optimus-applet +++ b/usr/bin/mate-optimus-applet @@ -20,7 +20,7 @@ from gi.repository import Notify gi.require_version('AppIndicator3', '0.1') from gi.repository import AppIndicator3 -__VERSION__ = '19.10.4' +__VERSION__ = '20.04.0' # i18n gettext.install("mate-optimus", "/usr/share/locale")