From eb9cfd0aaa8e5586746ec06a57f2801f0e28d2c0 Mon Sep 17 00:00:00 2001 From: guinux Date: Sat, 27 May 2017 09:51:53 +0200 Subject: [PATCH] v4.3.6 --- src/transaction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.vala b/src/transaction.vala index 5046ad5..5078b8f 100644 --- a/src/transaction.vala +++ b/src/transaction.vala @@ -17,7 +17,7 @@ * along with this program. If not, see . */ -const string VERSION = "4.3.5"; +const string VERSION = "4.3.6"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]