Skip to content

Commit

Permalink
chore: update version number and readme to 1.4.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrzhan committed Sep 29, 2023
1 parent a9cf8d5 commit f0eef7a
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.3.0`
`pip3 install git+https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.4.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.3.0"
__version__ = "1.4.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.1.0
git clone https://github.com/aws-greengrass/aws-greengrass-gdk-cli.git@v1.4.0
cd aws-greengrass-gdk-cli
```

Expand Down

0 comments on commit f0eef7a

Please sign in to comment.