From 9a9e27371a85679766bb7051cde3cd067af4afe2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 28 May 2024 23:34:28 +0000 Subject: [PATCH] Update release badge and version file --- README.md | 2 +- osbot_github_actions/version | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b748e12..59455a1 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## Repo details -![Current Release](https://img.shields.io/badge/release-v0.6.0-blue) +![Current Release](https://img.shields.io/badge/release-v0.6.1-blue) diff --git a/osbot_github_actions/version b/osbot_github_actions/version index 60f6343..1490961 100644 --- a/osbot_github_actions/version +++ b/osbot_github_actions/version @@ -1 +1 @@ -v0.6.0 +v0.6.1 diff --git a/pyproject.toml b/pyproject.toml index ac4d2a6..0eee976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "osbot_github_actions" -version = "v0.6.0" +version = "v0.6.1" description = "OWASP Security Bot - GitHub Actions" authors = ["Dinis Cruz "] license = "MIT"