Skip to content

Commit

Permalink
chore: update version references (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Ochoa authored Mar 1, 2023
1 parent 2772307 commit 5f320f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Please follow the [GDK CLI public documentation](https://docs.aws.amazon.com/gre

To install the latest version of CLI using this git repository and pip, run the following command

`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.2.0`
`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.2.1`

Run `gdk --help` to check if the cli tool is successfully installed.

Expand Down
2 changes: 1 addition & 1 deletion gdk/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.0"
__version__ = "1.2.1"

0 comments on commit 5f320f6

Please sign in to comment.