Skip to content

Commit

Permalink
bump version to 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Oct 21, 2024
1 parent f2b46ff commit 504a3aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions examples/tools/power.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import os

# cmd = "reboot"
cmd = "poweroff"

os.system(cmd)

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 = 7
version_patch = 2
version_patch = 3

__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)
2 changes: 1 addition & 1 deletion tools/os/base_system_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20241017
20241021

0 comments on commit 504a3aa

Please sign in to comment.