Skip to content

Commit b28fb5b

Browse files
committed
Bumped version to 1.5.9
1 parent b3af11c commit b28fb5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: ["main"]
99

1010
env:
11-
VERSION: "1.5.8"
11+
VERSION: "1.5.9"
1212

1313
jobs:
1414
docker:

pkg/common/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package common
22

3-
const Version = "1.5.8"
3+
const Version = "1.5.9"

web/src/lib/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "1.5.8"
1+
export const VERSION = "1.5.9"

0 commit comments

Comments
 (0)