Skip to content

Commit

Permalink
fix build image error
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Dec 20, 2024
1 parent 823e4f7 commit b64b90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 9
version_patch = 0
version_patch = 1

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)
2 changes: 1 addition & 1 deletion tools/os/update_img.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -e
set -o pipefail
Expand Down

0 comments on commit b64b90a

Please sign in to comment.