summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-11-29 15:41:10 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-11-29 15:41:10 +0100
commitb5a7a8c5cb4f2c3645c3c53f827a9915e5817108 (patch)
tree7c4de1b0de143eb80637710eb98ed8941d73b374
parent4e589cf53de08e3689ab5c62ca7efe90f4ac9f48 (diff)
release: version 0.8.10
-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 2b0eaad..92814b9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,7 +406,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.8.9"
+version = "0.8.10"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index 0423011..07f15e7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.8.9"
+version = "0.8.10"
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 c8af9eb..2e5b0cc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
-LABEL version="0.8.9"
+LABEL version="0.8.10"
RUN mkdir -p /app