From e8272df2ed6f83511f19e78d6dea021b5f781ca3 Mon Sep 17 00:00:00 2001 From: guinux Date: Sat, 4 Mar 2017 09:29:42 +0100 Subject: [PATCH] v4.3.0 --- src/transaction.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transaction.vala b/src/transaction.vala index 2e59304..cb6565d 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.11"; +const string VERSION = "4.3.0"; namespace Pamac { [DBus (name = "org.manjaro.pamac")]