From c68e6bccdf3fa172e99e345784437f0a7046c3d6 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 25 Jan 2024 13:46:44 -0800 Subject: [PATCH] bump version to 9.2 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 456aa8e..04b926c 100644 --- a/Dockerfile.agnos +++ b/Dockerfile.agnos @@ -212,7 +212,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.1" > /VERSION +RUN echo -n "9.2" > /VERSION # ################## # # #### Cleaunup #### #