From 66640fec7524fad767274d12712d67222c151f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl?= <15849319+abcdan@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:53:10 +0200 Subject: [PATCH] add version config --- config/version.config.js | 14 ++++++++++++++ views/index.ejs | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 config/version.config.js 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 @@ + +