Skip to content
This repository was archived by the owner on Aug 27, 2023. It is now read-only.

Commit 22394c2

Browse files
committed
version bump
1 parent 544bb34 commit 22394c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app-maker-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdir -p ReleaseAssets
2-
APP_MAKER_VERSION="0.9.1"
2+
APP_MAKER_VERSION="0.9.2"
33
current_version=$(<ReleaseAssets/app-maker-builder-version)
44
if [ ! -f ReleaseAssets/app-maker-builder ] || [ ! "$APP_MAKER_VERSION" == "$current_version" ]; then
55
echo "Downloading $APP_MAKER_VERSION"

0 commit comments

Comments
 (0)