From e4b6528b8685a41914fb0c568c57bcc319459257 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 10 Sep 2016 20:25:14 +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 55736e0..f0ea3d4 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.4"; +const string VERSION = "4.1.5"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]