From 68f5de675a8b240e9f54a1a67d50845833e454f3 Mon Sep 17 00:00:00 2001 From: Philip Date: Tue, 3 Jan 2017 09:29:00 +0100 Subject: [PATCH] [bump] v4.1.7 --- src/transaction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.vala b/src/transaction.vala index 903f76e..967b0c9 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.6"; +const string VERSION = "4.1.7"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]