From d1976012481b2653438658cc5ae7230ea190dc41 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:18 +0200 Subject: [PATCH] add version config --- config/version.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.config.js b/config/version.config.js index cda27bd..17558a9 100644 --- a/config/version.config.js +++ b/config/version.config.js @@ -1,7 +1,7 @@ module.exports = { /** * DO NOT TOUCH. This is the version of the application. - * It'll be updated automatically by the owner of the repository. + * It'll be updated by the owner of the repository. * * 0.0.0X - Small changes * 0.0.X - Bug fixes