From b7007361a90dd9c457ad10ae21cdfb90911397bb Mon Sep 17 00:00:00 2001 From: korvyashka Date: Thu, 29 Feb 2024 14:11:43 +0400 Subject: [PATCH] Release: version 0.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Dockerfile | 2 +- action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 496899b..49d3799 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "cli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1705a7e..388a4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "0.2.3" +version = "0.2.4" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index 75c6dbe..065f0ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3 as builder WORKDIR /usr/src/screenly-cli RUN apk add --no-cache wget tar -ARG RELEASE=v0.2.3 +ARG RELEASE=v0.2.4 RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz" RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz diff --git a/action.yml b/action.yml index c6ae39d..863f87e 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: true cli_version: description: "Screenly CLI version." - default: "v0.2.3" + default: "v0.2.4" outputs: cli_commands_response: description: "The response from the Screenly CLI command(s)."