Skip to content

Commit 58797ad

Browse files
committed
bump version v0.0.5
1 parent 06ebbe8 commit 58797ad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
- name: Upload artifact
7272
uses: actions/upload-artifact@v4
7373
with:
74-
name: ${{ env.ASSET_NAME }} # Use the compressed archive name as artifact name
75-
path: ${{ env.ASSET_PATH }} # Upload the compressed archive
76-
retention-days: 1 # Keep artifact only for a short time
74+
name: ${{ env.ASSET_NAME }}
75+
path: ${{ env.ASSET_PATH }}
76+
retention-days: 1
7777

7878
release:
7979
name: Create GitHub Release

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.0.4"
25+
DbqCtlVersion = "v0.0.5"
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.65.1 // indirect

0 commit comments

Comments
 (0)