From 21232e2d428b31508fa890092a776b061f8980d8 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 6 Aug 2016 09:01:20 +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 f3a8bfb..d0371f3 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.0"; +const string VERSION = "4.1.1"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]