mirror of
https://github.com/azukaar/Cosmos-Server.git
synced 2026-05-08 12:50:47 -05:00
[release] v0.5.12-unstable
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user