summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-10-18 13:13:17 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-10-18 13:13:17 +0200
commitf252e471b911e4921174b5c1c451f33d1979e04f (patch)
treeb581aaf7d8fdb7983512ef3d3f99c9c74c99a576
parent31fe447112b6b3d76b0612df91f3eca2e47f2961 (diff)
release: version 0.8.4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1509a45..d867629 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,7 +406,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.8.3"
+version = "0.8.4"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index 1f0861a..c04f927 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.8.3"
+version = "0.8.4"
edition = "2021"
authors = ["Santo Cariotti <santo@dcariotti.me>", "Luca Polese <luca.polese@studio.unibo.it>"]
documentation = "https://cas-4.github.io/backend/cas/index.html"
diff --git a/Dockerfile b/Dockerfile
index 8927977..68c6065 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
-LABEL version="0.8.3"
+LABEL version="0.8.4"
RUN mkdir -p /app