diff --git a/README.md b/README.md index 547877e5..a81740fd 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/gdk/_version.py b/gdk/_version.py index 67bc602a..3e8d9f94 100644 --- a/gdk/_version.py +++ b/gdk/_version.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.4.0" diff --git a/uat/README.md b/uat/README.md index 8d43bea5..7a33fa00 100644 --- a/uat/README.md +++ b/uat/README.md @@ -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 ```