Skip to content
Snippets Groups Projects
Commit 36f78f7c authored by Konstantin Schulz's avatar Konstantin Schulz
Browse files

align version variables in Dockerfile and frontend src code

parent ef2242b9
No related branches found
No related tags found
No related merge requests found
Pipeline #51176 passed
......@@ -23,4 +23,4 @@ COPY ./config.xml ./www/config.xml
# workaround to fix the missing binding issue for node-sass
RUN npm rebuild node-sass
# initialize the version file, it will get updated later
RUN echo "export const version = '';" | tee src/version.ts
RUN echo "export const VERSION = '';" | tee src/version.ts
{
"name": "mc_frontend",
"version": "2.7.7",
"version": "2.7.8",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment