diff --git a/config/version.config.js b/config/version.config.js new file mode 100644 index 0000000..cda27bd --- /dev/null +++ b/config/version.config.js @@ -0,0 +1,14 @@ +module.exports = { + /** + * DO NOT TOUCH. This is the version of the application. + * It'll be updated automatically by the owner of the repository. + * + * 0.0.0X - Small changes + * 0.0.X - Bug fixes + * 0.X.0 - New features + * X.0.0 - Major changes + * + * We use SemVer for versioning. + */ + version: "0.0.1A", +}; diff --git a/views/index.ejs b/views/index.ejs index 30820ce..7c3be19 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -44,6 +44,10 @@ + +