Skip to content

Commit

Permalink
break some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz committed Oct 27, 2024
1 parent 36f21f3 commit 0d61372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Duration } from 'luxon';
import { readFileSync } from 'node:fs';
import { SemVer } from 'semver';

export const POSTGRES_VERSION_RANGE = '>=14.0.0';
export const POSTGRES_VERSION_RANGE = '>=14.0.0'
export const VECTORS_VERSION_RANGE = '>=0.2 <0.4';
export const VECTOR_VERSION_RANGE = '>=0.5 <1';

Expand Down

0 comments on commit 0d61372

Please sign in to comment.