summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-01-21 20:29:04 +0100
committerMinteck <contact@minteck.org>2022-01-21 20:29:04 +0100
commitc8898b7085fa09e46580a42d4484a57dcf42e533 (patch)
treeedcd0bd9bdda107630a5e364b01a3313fa652fc1
parentb2dd4c8a944a442ef6791d639d5fd1ec7f3d0638 (diff)
downloadcobalt-c8898b7085fa09e46580a42d4484a57dcf42e533.tar.gz
cobalt-c8898b7085fa09e46580a42d4484a57dcf42e533.tar.bz2
cobalt-c8898b7085fa09e46580a42d4484a57dcf42e533.zip
v1.3
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index 482ecf5..d64a41f 100644
--- a/index.js
+++ b/index.js
@@ -1,4 +1,4 @@
-global.version = "1.2";
+global.version = "1.3";
const YAML = require('yaml');
const ejs = require('ejs');