bump version

This commit is contained in:
Adeeb Shihadeh
2023-12-05 13:43:56 -08:00
parent d93969982d
commit f9412bb390
+1 -1
View File
@@ -217,7 +217,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" > /VERSION
RUN echo -n "9.1" > /VERSION
# ################## #
# #### Cleaunup #### #