From f79a487f1710b72d2760e2e3bd847aecf4b7c7f7 Mon Sep 17 00:00:00 2001 From: Philip Date: Sun, 8 Jan 2017 17:37:11 +0100 Subject: [PATCH] [release] v4.1.8 --- src/transaction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.vala b/src/transaction.vala index ca8bb01..5f2f670 100644 --- a/src/transaction.vala +++ b/src/transaction.vala @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -const string VERSION = "4.1.7"; +const string VERSION = "4.1.8"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]