summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-06 12:02:55 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-06 12:02:55 +0200
commitd4b56324963569146091c41ba85f676227b4e6ad (patch)
tree6650f17978e902d9b7e56570a48d722ffda82478 /Cargo.toml
parent7894d44082b861dfaafb409f93fcfc17fa9d594b (diff)
downloadsummain-rs-d4b56324963569146091c41ba85f676227b4e6ad.tar.gz
chore: bump version number beyond 0.22
The last Python version of summain was 0.22 and since this Rust version shares the name for the binary package, we need to have a greater version number.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0849e1f..8b959dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "summain"
-version = "0.2.0"
+version = "0.23.0"
description = "File manifests"
readme = "README.md"
repository = "https://gitlab.com/larswirzenius/summain"