From a00d5ca83c24b09eb3f2e5480e42a5358417e88c Mon Sep 17 00:00:00 2001 From: Philip Date: Wed, 1 Mar 2017 21:32:25 +0100 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 99964eb..0dac7ae 100644 --- a/src/transaction.vala +++ b/src/transaction.vala @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -const string VERSION = "4.2.10"; +const string VERSION = "4.2.11"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]