We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0546ae commit f0d1d64Copy full SHA for f0d1d64
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
10
release:
11
runs-on: ubuntu-latest
12
env:
13
- VERSION: 0.6.5
+ VERSION: v0.6.6
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v2
version.go
@@ -1,3 +1,3 @@
1
package godatabend
2
3
-var version = "0.6.5"
+var version = "0.6.6"
0 commit comments