From 4da09cead0c431b341c2bc1e4c0e2c014e0f1d3b Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 29 Jan 2024 15:39:41 -0800 Subject: [PATCH] bump version to 9.3 --- Dockerfile.agnos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.agnos b/Dockerfile.agnos index 04b926c..a1b7844 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.2" > /VERSION +RUN echo -n "9.3" > /VERSION # ################## # # #### Cleaunup #### #