mirror of
https://github.com/filecoffee/filehost.git
synced 2024-11-13 19:49:56 +01:00
15 lines
331 B
JavaScript
15 lines
331 B
JavaScript
|
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",
|
||
|
};
|