We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2226f0 + 909a1a7 commit 1188056Copy full SHA for 1188056
packages/amplication-client/.env.production
@@ -17,7 +17,7 @@ NX_REACT_APP_PLUGIN_VERSION_USE_LATEST="true"
17
NX_REACT_APP_NOVU_IDENTIFIER="OKA4d1nFNswT"
18
NX_REACT_APP_SHOW_CONFETTI="false"
19
NX_REACT_APP_FEATURE_CUSTOM_ACTIONS_ENABLED="true"
20
-NX_REACT_APP_FEATURE_AI_ASSISTANT_ENABLED= "false"
+NX_REACT_APP_FEATURE_AI_ASSISTANT_ENABLED= "true"
21
22
23
# NX_REACT_APP_RUM_APP_ID="546289ab-06d5-4c8d-9baf-1a3fe3087582"
packages/amplication-client/src/util/version.ts
@@ -1 +1 @@
1
-export const version = "1.16.5";
+export const version = "2.0.0";
packages/amplication-server/src/util/version.ts
0 commit comments