Skip to content

Commit

Permalink
feat: force version bump (#11913)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbez authored Feb 6, 2023
1 parent fe8d558 commit 330b053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/amplify-cli-npm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ export const install = async (): Promise<void> => {
return binary.install();
};

// force minor version bump to 10.6
//
// force minor version bump to 10.8
2 changes: 2 additions & 0 deletions packages/amplify-cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,5 @@ export const executeAmplifyCommand = async (context: Context): Promise<void> =>
await commandModule.run(context);
}
};

// bump version to 10.8

0 comments on commit 330b053

Please sign in to comment.