bump version

This commit is contained in:
Adeeb Shihadeh
2023-07-08 14:37:45 -07:00
parent d04ddd02c5
commit ae0a164ef0
+1 -1
View File
@@ -209,7 +209,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp
COPY ./userspace/files/apt.conf /etc/apt/apt.conf
# Write version file
RUN echo -n "8" > /VERSION
RUN echo -n "8.01" > /VERSION
# ################## #
# #### Cleaunup #### #