From ce6704ebe0389ae0a840a2ff8ea6cbcec5148815 Mon Sep 17 00:00:00 2001 From: emmanuelm41 Date: Thu, 7 Nov 2024 12:58:50 -0300 Subject: [PATCH] feat: bump app version --- app/Makefile.version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Makefile.version b/app/Makefile.version index 4f5f98ca..d09b8b20 100644 --- a/app/Makefile.version +++ b/app/Makefile.version @@ -1,6 +1,6 @@ # This is the major version APPVERSION_M=4 # This is the minor version -APPVERSION_N=2 +APPVERSION_N=3 # This is the patch version -APPVERSION_P=2 +APPVERSION_P=0