mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03:00
Update model version and fix check script (#6218)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
f4a9e499cc
commit
52df4cc869
@ -1,6 +1,6 @@
|
||||
const exec = require('child_process').exec
|
||||
|
||||
exec('git describe --tags --abbrev=0', (err, stdout, stderr) => {
|
||||
exec('git describe --tags `git rev-list --tags --max-count=1`', (err, stdout, stderr) => {
|
||||
if (err !== null) {
|
||||
process.exit(1)
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
"0.6.266"
|
||||
"0.6.270"
|
Loading…
Reference in New Issue
Block a user