mirror-filecoffee-filehost/config/version.config.js

15 lines
331 B
JavaScript
Raw Normal View History

2024-06-09 15:53:10 +02:00
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",
};