Update model version and fix check script (#6218)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2024-08-01 15:20:20 +05:00 committed by GitHub
parent f4a9e499cc
commit 52df4cc869
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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)
}

View File

@ -1 +1 @@
"0.6.266"
"0.6.270"