Skip to content

Commit

Permalink
feat: bump version to 0.6.5 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac authored May 28, 2024
1 parent 4a8e23f commit 0e43f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release:
runs-on: ubuntu-latest
env:
VERSION: 0.6.4
VERSION: 0.6.5
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package godatabend

var version = "0.6.4"
var version = "0.6.5"

0 comments on commit 0e43f54

Please sign in to comment.