mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-07 06:53:54 +05:00
chore/api-prox: set version to EPOCH.MINOR.PATCH
This commit is contained in:
parent
002b5a446c
commit
cbfd24146d
1 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
|||
export const appVersion = "0.0.0";
|
||||
// Epoch Semantic Versioning - https://antfu.me/posts/epoch-semver
|
||||
// {EPOCH * 1000 + MAJOR}.MINOR.PATCH
|
||||
export const appVersion = "0000.0.0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue