From 13f386945914e05a971a0b22067496a7b5b58f25 Mon Sep 17 00:00:00 2001 From: Mark Chmarny Date: Sat, 6 May 2023 17:40:36 -0700 Subject: [PATCH] version bump --- .github/workflows/on-cron.yaml | 5 +++++ .version | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on-cron.yaml b/.github/workflows/on-cron.yaml index edc27975..eff202b8 100644 --- a/.github/workflows/on-cron.yaml +++ b/.github/workflows/on-cron.yaml @@ -4,6 +4,11 @@ on: # schedule: # - cron: '30 */8 * * *' workflow_dispatch: + inputs: + image: + description: 'Debug' + required: false + default: 'false' permissions: contents: read diff --git a/.version b/.version index 45a99704..f420d704 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v0.6.1 \ No newline at end of file +v0.6.2 \ No newline at end of file