aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-07-15 13:30:43 +0200
committerhozan23 <hozan23@karyontech.net>2024-07-15 13:30:43 +0200
commitda4f7079ea53d4ea175e3bd46b892910460eae76 (patch)
tree1aad09db05f484b27fc9dce6fb9759e8db5989b0 /Cargo.toml
parentdc4c448e597b08cba4c79c194b0c1aa517daab29 (diff)
bump version to 0.1.6
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 117e29f..b74b876 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ members = ["core", "net", "p2p", "jsonrpc"]
[workspace.package]
description = "A library for building p2p, decentralized, and collaborative software"
-version = "0.1.5"
+version = "0.1.6"
edition = "2021"
homepage = "https://karyontech.net"
repository = "https://github.com/karyontech/karyon"