Skip to content

Commit 5b23b39

Browse files
committed
release: bump version to 0.3.2
1 parent ff3427b commit 5b23b39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.3.1
1+
VERSION=0.3.2
22

33
MKFILE_PATH=$(abspath $(lastword $(MAKEFILE_LIST)))
44
BUILD_PATH=$(patsubst %/,%,$(dir $(MKFILE_PATH)))/build/working_dir

build/package/auto-release-darwin-arm64.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#! /bin/bash -e
22

3-
tag=v0.3.1
3+
tag=v0.3.2
44

5-
user=merico-dev
6-
repo=stream
5+
user=devstream-io
6+
repo=devstream
77
github_token=$GITHUB_TOKEN
88
plugin_dir=.devstream
99

0 commit comments

Comments
 (0)