bump version to 9.2

This commit is contained in:
Adeeb Shihadeh
2024-01-25 13:46:44 -08:00
parent 2b15200120
commit c68e6bccdf
+1 -1
View File
@@ -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 #### #