summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-21 20:06:58 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-21 20:06:58 +0100
commitaf6bd886b912eb62bb65273f6cc0bfc2fd25bb63 (patch)
treeb348165030c96bcb43825efabefa74f53eda7d42
parent1fdce941bb27451f879a36d14e2c3dcb7742a191 (diff)
release: version 0.8.11
-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 92814b9..a11eddb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,7 +406,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.8.10"
+version = "0.8.11"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index 07f15e7..bc838c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.8.10"
+version = "0.8.11"
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 2e5b0cc..5d346b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
-LABEL version="0.8.10"
+LABEL version="0.8.11"
RUN mkdir -p /app