Skip to content

Commit

Permalink
Merge pull request #420 from merico-dev/main
Browse files Browse the repository at this point in the history
release: v0.4.0
  • Loading branch information
Tiexin Guo authored Apr 15, 2022
2 parents bad589e + 1d787ef commit 23b144c
Show file tree
Hide file tree
Showing 3 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.2
VERSION=0.4.0

MKFILE_PATH=$(abspath $(lastword $(MAKEFILE_LIST)))
BUILD_PATH=$(patsubst %/,%,$(dir $(MKFILE_PATH)))/build/working_dir
Expand Down
2 changes: 1 addition & 1 deletion build/package/auto-release-darwin-arm64.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash -e

tag=v0.3.2
tag=v0.4.0

user=devstream-io
repo=devstream
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
copyright = '2022, Merico'
author = 'Merico'

release = '0.3.2'
version = '0.3.2'
release = '0.4.0'
version = '0.4.0'

# -- General configuration

Expand Down

0 comments on commit 23b144c

Please sign in to comment.