bump version to 9.4

This commit is contained in:
Adeeb Shihadeh
2024-02-05 17:22:44 -08:00
parent 4d91754839
commit 1b6604e504
+1 -1
View File
@@ -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 #### #