bump version to 6.2

This commit is contained in:
Adeeb Shihadeh
2022-11-10 10:52:51 -08:00
parent f28fa6869c
commit 2c50f2acf2

View File

@@ -196,7 +196,7 @@ RUN /tmptmp/readonly_setup.sh && rm -rf /tmptmp
COPY ./userspace/files/apt.conf /etc/apt/apt.conf
# Write version file
RUN echo -n "6.1" > /VERSION
RUN echo -n "6.2" > /VERSION
# ################## #
# #### Cleaunup #### #