Set version to 0.1.5
Some checks failed
Rust / build (push) Failing after 41s

This commit is contained in:
Simon Goller 2024-06-28 15:05:54 +02:00
parent e8131196aa
commit 724759d1d8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -59,7 +59,7 @@ checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
[[package]]
name = "app"
version = "0.1.5-dev"
version = "0.1.5"
dependencies = [
"dao",
"dao_impl",

View file

@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.1.5-dev"
version = "0.1.5"
edition = "2021"
resolver = "2"