summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-01-20 16:56:05 +0100
committerSanto Cariotti <santo@dcariotti.me>2025-01-20 16:56:05 +0100
commit0802ec8dafe672fa281004b6c33c6194f62cff1f (patch)
treedc5f7cc0007a9d66284e5e69ab59ebf0291e7db6
parent4d065a195aac9ba71e7bf61320719d3dbafbc029 (diff)
release: version 0.9.3
-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 b119fd6..db4650b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -406,7 +406,7 @@ dependencies = [
[[package]]
name = "cas"
-version = "0.9.2"
+version = "0.9.3"
dependencies = [
"async-graphql",
"async-graphql-axum",
diff --git a/Cargo.toml b/Cargo.toml
index ef7de7e..0620287 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cas"
-version = "0.9.2"
+version = "0.9.3"
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 dcc467b..6b1f9e7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN cargo build --release
# Stage 2
FROM debian:bookworm-slim
-LABEL version="0.9.2"
+LABEL version="0.9.3"
RUN mkdir -p /app