From e2eb81c9e5123a233a7bd429a832bb90f881c705 Mon Sep 17 00:00:00 2001 From: Philip Date: Tue, 30 Aug 2016 20:24:44 +0200 Subject: [PATCH] bump --- src/transaction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.vala b/src/transaction.vala index c86c0db..55736e0 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.3"; +const string VERSION = "4.1.4"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]