Skip to content

Commit

Permalink
feat: bump version 12.9.0 (#13462)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombguy committed Dec 7, 2023
1 parent e26f7b3 commit 02afaa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/amplify-cli-npm/index.ts
Expand Up @@ -16,4 +16,4 @@ export const install = async (): Promise<void> => {
return binary.install();
};

// force version bump to 12.9.0
// force version bump to 12.9.0 again
2 changes: 1 addition & 1 deletion packages/amplify-cli/src/index.ts
Expand Up @@ -257,5 +257,5 @@ export const executeAmplifyCommand = async (context: Context): Promise<void> =>
}
};

// bump version to 12.7.0
// bump version to 12.9.0
//

0 comments on commit 02afaa4

Please sign in to comment.