/** * API version following semver. * - Patch: bug fixes * - Minor: new endpoints, new optional fields (backwards compatible) * - Major: breaking changes */ export const API_VERSION = "1.0.0";