aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-10-12 12:49:05 -0400
committerBrian Cully <bjc@kublai.com>2022-10-12 12:49:05 -0400
commita9c72f8306e248f9d7b0a8ab44b32b0c91e19bf0 (patch)
treec1ba1129ea6e51b065e43d5461376ed971f20df9
parent8d01ca0561ec877fb24fb47eb6ddc37e5c2a0bc0 (diff)
downloadstarb-main.tar.gz
starb-main.zip
update version to 0.3.1HEADv0.3.1main
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0593dfa..47186ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "starb"
description = "STAtic Ring Buffers."
-version = "0.3.0"
+version = "0.3.1"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"
license = "LGPL-3.0-or-later"