bump version to 4

This commit is contained in:
Adeeb Shihadeh
2022-02-07 17:12:10 -08:00
parent 3f89a282c6
commit c02230c2ac
+1 -1
View File
@@ -205,7 +205,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp
COPY ./userspace/files/apt.conf /etc/apt/apt.conf
# Write version file
RUN echo -n "3" > /VERSION
RUN echo -n "4" > /VERSION
# ################## #
# #### Cleaunup #### #