chore: bump version

This commit is contained in:
Felix Spöttel 2022-10-18 11:29:27 +02:00
parent bd97e34f66
commit a9dcb53c4a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]]
name = "aoc"
version = "0.2.0"
version = "0.4.0"
dependencies = [
"pico-args",
]

View File

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