mini.css/docs/v3/vinf.js
2018-05-28 12:30:31 +03:00

5 lines
122 B
JavaScript

// Get the current version of the Gluon branch.
function version(){
var version = 'v3.0.0-alpha.1';
return version;
}