From 410a3185063a0df34dc0c34da94d4b25dcd7e871 Mon Sep 17 00:00:00 2001 From: Thomas Castleman Date: Fri, 3 Jun 2022 17:47:39 -0400 Subject: [PATCH] version bump to appease the apt gods --- DEBIAN/control | 2 +- usr/bin/system-installer.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEBIAN/control b/DEBIAN/control index 78d90e2..48cce0c 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -1,5 +1,5 @@ Package: system-installer -Version: 2.3.0 +Version: 2.3.1 Maintainer: Thomas Castleman Homepage: https://github.com/drauger-os-development/system-installer Section: admin diff --git a/usr/bin/system-installer.cxx b/usr/bin/system-installer.cxx index f2dc74d..97b8b4e 100644 --- a/usr/bin/system-installer.cxx +++ b/usr/bin/system-installer.cxx @@ -46,7 +46,7 @@ using namespace std; -str VERSION = "2.3.0"; +str VERSION = "2.3.1"; str R = "\033[0;31m"; str G = "\033[0;32m"; str Y = "\033[1;33m";