[release] v0.5.12-unstable

This commit is contained in:
Yann Stepienik
2023-05-27 18:16:09 +01:00
parent dc4e362a55
commit 2a6c091ff0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=$(cat package.json | grep -E '"version"' | tr -d \")
VERSION=$(grep -o '\"version\": \"[^\"]*\"' package.json | sed 's/[^0-9.]//g')
LATEST="latest"
# if branch is unstable in git for circle ci
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=$(cat package.json | grep -E '"version"' | tr -d \")
VERSION=$(grep -o '\"version\": \"[^\"]*\"' package.json | sed 's/[^0-9.]//g')
LATEST="latest"
# if branch is unstable in git for circle ci