From 44bf47cdcd6deea5885ee9ab2c9ebf37e3c27225 Mon Sep 17 00:00:00 2001 From: Andrew Nichols Date: Sun, 8 Mar 2026 20:20:04 -0400 Subject: [PATCH] chore: increment to dev of next release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c605408..9c7d4b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,7 +1962,7 @@ dependencies = [ [[package]] name = "suffice" -version = "0.3.0" +version = "0.4.0-dev" dependencies = [ "async-stream", "average", diff --git a/Cargo.toml b/Cargo.toml index da8107e..2bdafd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "suffice" -version = "0.3.0" +version = "0.4.0-dev" description = "Suffice is a terminal-based tool for controlling a cycling trainer, so you can pound pedals while peddling code." keywords = ["bluetooth", "tui", "cycling"] categories = ["command-line-utilities"]