mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 07:49:43 +02:00
Patch release
This commit is contained in:
@@ -310,7 +310,7 @@ exports.tester = function(){};
|
||||
* @returns {string}
|
||||
*/
|
||||
exports.version = function(){
|
||||
return '0.2.12';
|
||||
return require('../package.json').version;
|
||||
};
|
||||
|
||||
var equals = function (val, variable){
|
||||
|
Reference in New Issue
Block a user