bump version to 10

This commit is contained in:
Adeeb Shihadeh
2024-04-29 14:07:39 -07:00
parent 9311b21a0b
commit 1af0cde16e
+1 -1
View File
@@ -214,7 +214,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.7" > /VERSION
RUN echo -n "10" > /VERSION
# ################## #
# #### Cleaunup #### #