We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae1efd commit d961bfaCopy full SHA for d961bfa
cmd/version.go
@@ -22,7 +22,7 @@ import (
22
)
23
24
const (
25
- DbqCtlVersion = "v0.2.0"
+ DbqCtlVersion = "v0.2.1"
26
27
28
func NewVersionCommand() *cobra.Command {
go.mod
@@ -10,7 +10,7 @@ require (
10
gopkg.in/yaml.v3 v3.0.1
11
12
13
-replace github.com/DataBridgeTech/dbqcore => ../dbqcore
+//replace github.com/DataBridgeTech/dbqcore => ../dbqcore
14
15
require (
16
github.com/ClickHouse/ch-go v0.67.0 // indirect
0 commit comments