diff --git a/api-prox/src/config.ts b/api-prox/src/config.ts index 921037e..29422ee 100644 --- a/api-prox/src/config.ts +++ b/api-prox/src/config.ts @@ -1 +1,3 @@ -export const appVersion = "0.0.0"; \ No newline at end of file +// Epoch Semantic Versioning - https://antfu.me/posts/epoch-semver +// {EPOCH * 1000 + MAJOR}.MINOR.PATCH +export const appVersion = "0000.0.0";