From 695da602b8e3674dbcbf7ce9455566bb99d78b75 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 12 Jan 2021 18:10:48 +0900 Subject: [PATCH] Bump version string on about page to 2.1-SNAPSHOT --- 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 7af5e9c9f..da7610620 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -5,7 +5,7 @@
- v2.0.0 ({{ gitCommit$ | async }}) + v2.1-SNAPSHOT ({{ gitCommit$ | async }})