Private
Public Access
1
0

[core] rpm release ci workflow

This commit is contained in:
2026-04-12 18:27:05 -07:00
parent 4ab4dc8f16
commit 78f29907cc
3 changed files with 203 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM fedora:40
FROM fedora:43
RUN dnf update -y && \
dnf install -y \
@@ -23,4 +23,3 @@ WORKDIR /workspace
COPY . .
CMD ["make", "rpm"]

View File

@@ -1,6 +1,6 @@
[package]
name = "kordophoned"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
license = "GPL-3.0"
description = "Client daemon for the Kordophone chat protocol"