Skip to content

Commit

Permalink
bump to v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Nov 15, 2023
1 parent 3bf9d42 commit 2c502f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dcu
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ dcu_logo_command() {
exit 16
fi

echo "Success"

}

# :command.parse_requirements
Expand Down Expand Up @@ -627,7 +629,7 @@ dcu_logo_parse_requirements() {

# :command.initialize
initialize() {
version="0.1.0"
version="0.2.1"
long_usage=''
set -e

Expand Down
2 changes: 1 addition & 1 deletion src/bashly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: dcu
help: Dasharo Configuration Utility
version: 0.2.0
version: 0.2.1

commands:
- name: smbios
Expand Down
2 changes: 2 additions & 0 deletions src/logo_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ if echo "$CBFSTOOL_ERR" | grep -q "The image will be left unmodified"; then
echo "An error occurred when adding the logo to coreboot image"
exit 16
fi

echo "Success"

0 comments on commit 2c502f4

Please sign in to comment.