Skip to content

Commit

Permalink
release: bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Apr 2, 2022
1 parent ff3427b commit 5b23b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions build/package/auto-release-darwin-arm64.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5b23b39

Please sign in to comment.