Skip to content

Commit

Permalink
v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Feb 9, 2023
1 parent 8698423 commit 52a4999
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:

- name: Get Changelog
id: notes
run: echo 'NOTES=$(cat CHANGELOG)' >> $GITHUB_OUTPUT
run: |
NOTE=$(cat CHANGELOG)
echo 'NOTES=$NOTE' >> $GITHUB_OUTPUT
- name: Create release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3

0 comments on commit 52a4999

Please sign in to comment.