diff --git a/scripts/_common.sh b/scripts/_common.sh index 3963cfd..767abf6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,9 @@ # COMMON VARIABLES #================================================= -nodejs_version=20 -current_hash="41cdd245" -version="2.0.0-10698-g41cdd245" +nodejs_version=21 +current_hash="380c77a" +version="2.0.2-10698-g380c77a" build_date="Mon, 18 Sep 2023 09:14:03 +0000" #================================================= @@ -49,4 +49,4 @@ ynh_redis_get_free_db() { ynh_redis_remove_db() { local db=$1 redis-cli -n "$db" flushall -} \ No newline at end of file +}