Skip to content

Commit 8893ae1

Browse files
authored
feat: Bump version to v0.6.6 (#128)
1 parent 0865756 commit 8893ae1

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)