mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Change version info.
This commit is contained in:
parent
90d337a51f
commit
e3603cfec1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ modulejs.define('main/info', ['$', 'config'], function ($, config) {
|
||||||
|
|
||||||
addTest(
|
addTest(
|
||||||
'h5ai version', 'Only green if this is an official h5ai release',
|
'h5ai version', 'Only green if this is an official h5ai release',
|
||||||
setup.VERSION.indexOf('+') < 0, setup.VERSION
|
/^\d+\.\d+\.\d+$/.test(setup.VERSION), setup.VERSION
|
||||||
);
|
);
|
||||||
|
|
||||||
addTest(
|
addTest(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue