Bump version: v0.3.0 -> v0.4.0

This commit is contained in:
Jordan Bancino 2023-06-16 16:01:19 +00:00
parent 179e16ed24
commit 280838ddd6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ addprefix() {
: "${NAME:=Cytoplasm}"
: "${LIB_NAME:=$(echo ${NAME} | tr '[A-Z]' '[a-z]')}"
: "${VERSION:=0.3.0}"
: "${VERSION:=0.4.0}"
: "${CVS_TAG:=${NAME}-$(echo ${VERSION} | sed 's/\./_/g')}"