chore(release): bump version

This commit is contained in:
Felix Spöttel
2023-11-24 09:27:19 +01:00
parent 751fde7451
commit fddbb2d987
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4,7 +4,7 @@ version = 3
[[package]]
name = "advent_of_code"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"pico-args",
]

View File

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