mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-03-31 18:42:23 +02:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
// Get the current version of the Gluon branch.
|
|
function version(){
|
|
var version = 'v3.0.0-alpha.1';
|
|
return version;
|
|
}
|