Validate in CI that the GitHub server versions in package.json and version.ts match

This commit is contained in:
Tim Rogers
2025-02-04 12:21:49 +00:00
parent c5968be422
commit d5f719c1a2
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,3 @@
// If the format of this file changes, so it doesn't simply export a VERSION constant,
// this will break .github/workflows/version-check.yml.
export const VERSION = "0.6.2";