From 61c3ff4519388e859aa27f3d9c5a1b5460742a64 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Tue, 24 Jan 2023 15:57:12 +0100 Subject: [PATCH] Bumped plugin version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7603553..a413471 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPVERSION_M = 2 APPVERSION_N = 1 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APPNAME = "Paraswap"