diff --git a/Makefile b/Makefile index 821083e77..7b9244789 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.3.1 +VERSION=0.3.2 MKFILE_PATH=$(abspath $(lastword $(MAKEFILE_LIST))) BUILD_PATH=$(patsubst %/,%,$(dir $(MKFILE_PATH)))/build/working_dir diff --git a/build/package/auto-release-darwin-arm64.sh b/build/package/auto-release-darwin-arm64.sh index 17d44af01..8b7ceaace 100755 --- a/build/package/auto-release-darwin-arm64.sh +++ b/build/package/auto-release-darwin-arm64.sh @@ -1,9 +1,9 @@ #! /bin/bash -e -tag=v0.3.1 +tag=v0.3.2 -user=merico-dev -repo=stream +user=devstream-io +repo=devstream github_token=$GITHUB_TOKEN plugin_dir=.devstream