mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -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(
|
||||
'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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue