Skip to content

Commit 9e8824c

Browse files
committed
bump version
1 parent f346d6e commit 9e8824c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.2.17
6+
7+
- fix missing semicolon in migration sql files
8+
59
## 0.2.16
610

711
- add `db:schema:dump` to export database structure

cmd/queryx/action/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
var Version = "0.2.16"
9+
var Version = "0.2.17"
1010

1111
var versionCmd = &cobra.Command{
1212
Use: "version",

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ start() {
151151

152152
pkg="github.com/swiftcarrot/queryx"
153153
bin="queryx.tar.gz"
154-
version="v0.2.16"
154+
version="v0.2.17"
155155

156156
prefix=${PREFIX:-"/usr/local/bin"}
157157
tmp="$(mktmpdir)"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "queryx",
3-
"version": "0.2.16",
3+
"version": "0.2.17",
44
"private": true,
55
"scripts": {
66
"website:dev": "vitepress dev website",

0 commit comments

Comments
 (0)