From 0000015052ddbcb3cc2864d22380c1eed64a2195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Tue, 6 Dec 2022 21:49:26 +0100 Subject: [PATCH] release: 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe9be14..bb5c341 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aoc" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Matej Janežič "] default-run = "aoc"