We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a4f60 commit b93f608Copy full SHA for b93f608
packages/react-native-executorch/src/constants/versions.ts
@@ -1,4 +1,4 @@
1
export const URL_PREFIX =
2
'https://huggingface.co/software-mansion/react-native-executorch';
3
-export const VERSION_TAG = 'resolve/v0.7.0';
4
-export const NEXT_VERSION_TAG = 'resolve/v0.8.0';
+export const VERSION_TAG = 'resolve/v0.8.0';
+export const NEXT_VERSION_TAG = 'resolve/v0.9.0';
0 commit comments