From 876500aad62d2b16bd57fc11e430a191c6b048d3 Mon Sep 17 00:00:00 2001
From: Mason Hock <mason@masonhock.com>
Date: Fri, 31 May 2019 11:41:55 -0700
Subject: [PATCH] fix version number

---
 helpers/make-gnome-tweak-tool | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/make-gnome-tweak-tool b/helpers/make-gnome-tweak-tool
index 9785d3e9..ae06a70a 100644
--- a/helpers/make-gnome-tweak-tool
+++ b/helpers/make-gnome-tweak-tool
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=1
+VERSION=2
 . ./config
 
 sed '/ShellShowsAppMenu/s/True/False/' -i ./gtweak/utils.py
-- 
GitLab