From c95a718a0fb9a0edc2dc39e42715377cbf0745fe Mon Sep 17 00:00:00 2001 From: guinux Date: Sat, 28 Jan 2017 17:24:06 +0100 Subject: [PATCH] v4.2.0 --- src/transaction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.vala b/src/transaction.vala index d9ec3a9..1b40a57 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.2.0"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]