From 90d86019d19fa57c34ff63baf3c044dca05f666e Mon Sep 17 00:00:00 2001 From: Hirokuni Kitahara Date: Fri, 27 Oct 2023 16:18:50 +0900 Subject: [PATCH] prepare for releasing 0.2.3 (#204) Signed-off-by: hirokuni-kitahara --- ansible_risk_insight/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_risk_insight/_version.py b/ansible_risk_insight/_version.py index 81c02175..52d3aa44 100644 --- a/ansible_risk_insight/_version.py +++ b/ansible_risk_insight/_version.py @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.2" +__version__ = "0.2.3"