Skip to content

Commit f0d1d64

Browse files
committed
feat: Bump version to v0.6.6
1 parent e0546ae commit f0d1d64

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.5
13+
VERSION: v0.6.6
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.5"
3+
var version = "0.6.6"

0 commit comments

Comments
 (0)