bump version to 9.6

This commit is contained in:
Adeeb Shihadeh
2024-02-07 15:54:58 -08:00
parent 4a1ec4755e
commit 3bc2e30890
+1 -1
View File
@@ -211,7 +211,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.5" > /VERSION
RUN echo -n "9.6" > /VERSION
# ################## #
# #### Cleaunup #### #