Skip to content

Commit

Permalink
feat: update main CLI version (#13250)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk authored Sep 20, 2023
1 parent 85dd5cb commit f1f3118
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.4.0
// force version bump to 12.5.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.4.0
// bump version to 12.5.0
//

0 comments on commit f1f3118

Please sign in to comment.