Skip to content

Commit 23b144c

Browse files
author
Tiexin Guo
authored
Merge pull request #420 from merico-dev/main
release: v0.4.0
2 parents bad589e + 1d787ef commit 23b144c

File tree

3 files changed

+4
-4
lines changed

3 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.2
1+
VERSION=0.4.0
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

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

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

55
user=devstream-io
66
repo=devstream

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
copyright = '2022, Merico'
77
author = 'Merico'
88

9-
release = '0.3.2'
10-
version = '0.3.2'
9+
release = '0.4.0'
10+
version = '0.4.0'
1111

1212
# -- General configuration
1313

0 commit comments

Comments
 (0)