Skip to content

Commit

Permalink
chore: update readme and version number to 1.5.0 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrzhan authored Oct 26, 2023
1 parent 01c7504 commit 488c17a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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.4.0`
`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.5.0`

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.4.0"
__version__ = "1.5.0"
2 changes: 1 addition & 1 deletion uat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ End-to-end setup uses `pytest` and expects test dependencies to be installed.
To install the latest version of CLI using this git repository and pip, run the following command

```shell
git clone https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.4.0
git clone https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.5.0
cd aws-greengrass-gdk-cli
```

Expand Down

0 comments on commit 488c17a

Please sign in to comment.