bump version to 9.3

This commit is contained in:
Adeeb Shihadeh
2024-01-29 15:39:41 -08:00
parent 50107f549e
commit 4da09cead0
+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.2" > /VERSION
RUN echo -n "9.3" > /VERSION
# ################## #
# #### Cleaunup #### #