Skip to content

Commit 0e43f54

Browse files
authored
feat: bump version to 0.6.5 (#125)
1 parent 4a8e23f commit 0e43f54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
env:
13-
VERSION: 0.6.4
13+
VERSION: 0.6.5
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package godatabend
22

3-
var version = "0.6.4"
3+
var version = "0.6.5"

0 commit comments

Comments
 (0)