Skip to content

Commit 8c6113c

Browse files
committed
Release v1.3.0
1 parent dd05f3e commit 8c6113c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
- name: Release
159159
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
160160
with:
161+
draft: true
161162
files: blazectl-*
162163

163164
integration-test:

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ var rootCmd = &cobra.Command{
7070
7171
Currently you can upload transaction bundles from a directory, download
7272
and count resources and evaluate measures.`,
73-
Version: "1.2.0",
73+
Version: "1.3.0",
7474
}
7575

7676
// Execute adds all child commands to the root command and sets flags appropriately.

0 commit comments

Comments
 (0)