From 0000010089c8cb764f19198eb99901eaa82040d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 30 Nov 2022 21:56:14 +0100 Subject: [PATCH] release: 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46031b0..70ee256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aoc" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Matej Janežič "] default-run = "aoc"