Skip to content

Commit

Permalink
chore: update version and readme for v1.2.3 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
saranyailla authored Apr 13, 2023
1 parent d248e58 commit 7ff2589
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.2`
`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.2.3`

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.2"
__version__ = "1.2.3"

0 comments on commit 7ff2589

Please sign in to comment.