Skip to content

Commit

Permalink
mkversion.sh: Update SDK version to SDK3.0.1
Browse files Browse the repository at this point in the history
Update SDK version number for next release.
  • Loading branch information
SPRESENSE committed Apr 11, 2023
1 parent 833f145 commit a41577e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tools/mkversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

TAG=${1:-HEAD}

SDK_VERSION="SDK3.0.0"
SDK_VERSION="SDK3.0.1"
if [ -r sdk_version ]; then
SDK_VERSION="SDK`cat sdk_version`"
fi
Expand Down

0 comments on commit a41577e

Please sign in to comment.