Skip to content

Commit

Permalink
fix: fix blitz version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Aug 20, 2024
1 parent 03c8f69 commit 557d8ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/versionConstants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const PYTHON_VERSION = '3.9.19';
export const JAVA_VERSION = 'zulu-11.74.15';
export const BLITZ_VERSION = '2.1.1';
// Because WebKit cannot log-in on Blitz v2.0.5+
export const BLITZ_VERSION = '2.0.4';
export const NEXT_VERSION = '14.2.5';

0 comments on commit 557d8ef

Please sign in to comment.