From 87d00352943795f6536e4e60754ebef0a7c59ce4 Mon Sep 17 00:00:00 2001 From: TamtamHero <10632523+TamtamHero@users.noreply.github.com> Date: Tue, 7 Sep 2021 18:00:27 +0200 Subject: [PATCH] Bump version 1.0.8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 627f1d9..a82259d 100755 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPVERSION_M = 1 APPVERSION_N = 0 -APPVERSION_P = 7 -APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-rc1 +APPVERSION_P = 8 +APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APPNAME = "Paraswap"