mirror of
https://github.com/filecoffee/filehost.git
synced 2024-11-13 19:49:56 +01:00
14 lines
317 B
JavaScript
14 lines
317 B
JavaScript
module.exports = {
|
|
/**
|
|
* DO NOT TOUCH. This is the version of the application.
|
|
* It'll be updated 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",
|
|
};
|