From 399d13c502d65492d483110ae0e894045f4843f0 Mon Sep 17 00:00:00 2001 From: rusko124 Date: Mon, 20 Nov 2023 13:29:28 +0400 Subject: [PATCH] Release: v0.2.3 (#137) Co-authored-by: Rusko124 --- Cargo.toml | 2 +- Dockerfile | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9c526f..1705a7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "0.2.2" +version = "0.2.3" edition = "2021" [[bin]] diff --git a/Dockerfile b/Dockerfile index 019e1d7..75c6dbe 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.2 +ARG RELEASE=v0.2.3 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 8d53c4f..686fe6c 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: required: true cli_version: description: "Screenly CLI version." - default: "v0.2.2" + default: "v0.2.3" runs: using: 'composite'