Skip to content

Commit

Permalink
bump environment requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Oct 16, 2023
1 parent ade1723 commit 5969f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// eslint-disable-next-line @typescript-eslint/naming-convention
export const DESTINATION_ROOT_CHANGE_EVENT = 'destinationRootChange';

export const requiredEnvironmentVersion = '3.18.4';
export const requiredEnvironmentVersion = '4.0.0-rc.0';

0 comments on commit 5969f77

Please sign in to comment.