From 33d899a49aab0782c5ecd6d4a39f223d4644cfe4 Mon Sep 17 00:00:00 2001 From: Salil Ponde Date: Tue, 26 Dec 2023 15:09:39 +0530 Subject: [PATCH] Changed version to 1.5.2 --- .github/workflows/main.yml | 2 +- pkg/common/common.go | 2 +- web/src/lib/version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e1e4430..f57f2aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: branches: ["main"] env: - VERSION: "1.6" + VERSION: "1.5.2" jobs: docker: diff --git a/pkg/common/common.go b/pkg/common/common.go index 510ef34..4eb5456 100644 --- a/pkg/common/common.go +++ b/pkg/common/common.go @@ -1,3 +1,3 @@ package common -const Version = "1.6" \ No newline at end of file +const Version = "1.5.2" \ No newline at end of file diff --git a/web/src/lib/version.ts b/web/src/lib/version.ts index a5a3642..de52adb 100644 --- a/web/src/lib/version.ts +++ b/web/src/lib/version.ts @@ -1 +1 @@ -export const VERSION = "1.6" +export const VERSION = "1.5.2"