Skip to content

Commit eda0ccf

Browse files
committed
chore: update CURRENT_SYSTEM_VERSION
1 parent 80a166f commit eda0ccf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meteor/server/migration/currentSystemVersion.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
* 1.50.0: Release 50 (2024-02-23)
5252
* 1.51.0: Release 51 (TBD)
5353
* 1.52.0: Release 52 (TBD)
54+
* 1.53.0: Release 53 (TBD)
5455
*/
5556

5657
// Note: Only set this to release versions, (ie X.Y.Z), not pre-releases (ie X.Y.Z-0-pre-release)
57-
export const CURRENT_SYSTEM_VERSION = '1.52.0'
58+
export const CURRENT_SYSTEM_VERSION = '1.53.0'

0 commit comments

Comments
 (0)