Skip to content

Commit

Permalink
Release: v0.2.2 (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: Rusko124 <[email protected]>
  • Loading branch information
rusko124 and rusko124 committed Nov 10, 2023
1 parent f5b5226 commit f670bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.2.1"
version = "0.2.2"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
ARG RELEASE=v0.2.2
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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
required: true
cli_version:
description: "Screenly CLI version."
default: "v0.2.1"
default: "v0.2.2"

runs:
using: 'composite'
Expand Down

0 comments on commit f670bcd

Please sign in to comment.