Skip to content

Commit 288bfb5

Browse files
committed
Release preparation
1 parent d32a3b9 commit 288bfb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Version
3333
run: |
3434
v=$(./bricks-cli --version)
35-
echo "::set-output name=version::${v:15}"
35+
echo "name=version::${v:15}" >> $GITHUB_OUTPUT
3636
id: version
3737

3838
- name: Release

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ of all parts of a certain set or user specific part collections.
1919
2020
bricks-cli is also able to merge, sort, add, or subtract collections of parts
2121
to new collections.`,
22-
Version: "0.8.0",
22+
Version: "0.8.1",
2323

2424
CompletionOptions: cobra.CompletionOptions{
2525
DisableDefaultCmd: true},

0 commit comments

Comments
 (0)