chore/api-prox: set version to EPOCH.MINOR.PATCH

This commit is contained in:
Kentai Radiquum 2025-09-06 00:28:21 +05:00
parent 002b5a446c
commit cbfd24146d
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -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";