Skip to content

Commit

Permalink
feat: bump version (#13697)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombguy authored Apr 4, 2024
1 parent 08377cc commit 88f6e23
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ export const install = async (): Promise<void> => {
return binary.install();
};

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

// bump version to 12.9.0
// bump version to 12.11.0
//

0 comments on commit 88f6e23

Please sign in to comment.