From 7ff25899dad43ae870893628f042204c7bac28cf Mon Sep 17 00:00:00 2001 From: Saranya Date: Thu, 13 Apr 2023 10:57:48 -0700 Subject: [PATCH] chore: update version and readme for v1.2.3 (#161) --- README.md | 2 +- gdk/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad1e5a14..3e5a9c68 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/gdk/_version.py b/gdk/_version.py index bc86c944..10aa336c 100644 --- a/gdk/_version.py +++ b/gdk/_version.py @@ -1 +1 @@ -__version__ = "1.2.2" +__version__ = "1.2.3"