chore(release): bump version

This commit is contained in:
Felix Spöttel 2023-12-10 13:58:22 +01:00
parent 874f57b359
commit c9671558ac
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "advent_of_code"
version = "0.9.5"
version = "0.10.0"
dependencies = [
"chrono",
"dhat",

View file

@ -1,6 +1,6 @@
[package]
name = "advent_of_code"
version = "0.9.5"
version = "0.10.0"
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
edition = "2021"
default-run = "advent_of_code"