From a0e3468c51af9b9dba8b96c6d9561620a76e4ea3 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 18 Feb 2021 21:07:00 +0900 Subject: [PATCH] Change 'SNAPSHOT' tag to 'dev' in semver on About page --- frontend/src/app/components/about/about.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index 8b5faf60d..3dd2cc103 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -5,7 +5,7 @@
- v2.2-SNAPSHOT ({{ gitCommit$ | async }}) + v2.2-dev ({{ gitCommit$ | async }})