From 28376d3b28a59b7e197a8738e111851a1a79dc84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?joseLu=C3=ADs?= Date: Thu, 3 Oct 2024 13:36:19 +0200 Subject: [PATCH] release v3.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5535428..f106e5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notcurses" -version = "3.5.1" +version = "3.6.0" edition = "2021" rust-version = "1.65.0" # sync with README.md, check.sh & .github/workflows/check.yml authors = ["José Luis Cruz ", "nick black "]