From 1b6604e504dc859debd2f34fb7c1b0b6dad2b6c8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 5 Feb 2024 17:22:44 -0800 Subject: [PATCH] bump version to 9.4 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 5a887f9..9c4e049 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -207,7 +207,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp COPY ./userspace/files/apt.conf /etc/apt/apt.conf # Write version file -RUN echo -n "9.3" > /VERSION +RUN echo -n "9.4" > /VERSION # ################## # # #### Cleaunup #### #