diff --git a/bin/version.sh b/bin/version.sh index 673f5e76..d659bd40 100755 --- a/bin/version.sh +++ b/bin/version.sh @@ -15,3 +15,5 @@ cd $MNML_PATH/ops && npm --allow-same-version --no-git-tag-version version "$VER cd $MNML_PATH/client && npm --allow-same-version --no-git-tag-version version "$VERSION" cd $MNML_PATH/acp && npm --allow-same-version --no-git-tag-version version "$VERSION" cd $MNML_PATH/studios && npm --allow-same-version --no-git-tag-version version "$VERSION" + +git commit -am "v$VERSION" \ No newline at end of file