From 259bb791cac203aa2ef2998146ad62c8f2bbe314 Mon Sep 17 00:00:00 2001 From: "alexey.ponomarev" Date: Tue, 17 Sep 2024 16:16:42 +0600 Subject: [PATCH] NODE-5762 Release 5.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad8ecc9..3e61a44 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ SHELL=/bin/bash -o pipefail -o errexit -include .env -AIO_VERSION ?= 5.0.1 +AIO_VERSION ?= 5.0.2 CONTAINER_VERSION ?= test ALPINE_VERSION = 3.20 NGINX_VERSION = 1.26.2