Skip to content

Commit d961bfa

Browse files
committed
fix import
1 parent cae1efd commit d961bfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
const (
25-
DbqCtlVersion = "v0.2.0"
25+
DbqCtlVersion = "v0.2.1"
2626
)
2727

2828
func NewVersionCommand() *cobra.Command {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
gopkg.in/yaml.v3 v3.0.1
1111
)
1212

13-
replace github.com/DataBridgeTech/dbqcore => ../dbqcore
13+
//replace github.com/DataBridgeTech/dbqcore => ../dbqcore
1414

1515
require (
1616
github.com/ClickHouse/ch-go v0.67.0 // indirect

0 commit comments

Comments
 (0)