We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5068623 commit cf20663Copy full SHA for cf20663
packages/amplify-cli-npm/index.ts
@@ -16,4 +16,4 @@ export const install = async (): Promise<void> => {
16
return binary.install();
17
};
18
19
-// force version bump to 12.0
+// force version bump to 12.0.2
packages/amplify-cli/src/index.ts
@@ -257,5 +257,5 @@ export const executeAmplifyCommand = async (context: Context): Promise<void> =>
257
}
258
259
260
-// bump version to 12.0
+// bump version to 12.0.2
261
//
0 commit comments