Skip to content

Commit

Permalink
Changed version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
salilponde committed Dec 26, 2023
1 parent fbff03f commit 33d899a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches: ["main"]

env:
VERSION: "1.6"
VERSION: "1.5.2"

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package common

const Version = "1.6"
const Version = "1.5.2"
2 changes: 1 addition & 1 deletion web/src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "1.6"
export const VERSION = "1.5.2"

0 comments on commit 33d899a

Please sign in to comment.