From 9d9e2b05a1373b140843e113395f761cf6a05139 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Mon, 23 Mar 2026 03:19:26 +0000 Subject: [PATCH] Bump version to 0.3.0-dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d5275c..029fcef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -783,7 +783,7 @@ checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" [[package]] name = "fips" -version = "0.2.0" +version = "0.3.0-dev" dependencies = [ "bech32", "chacha20poly1305", diff --git a/Cargo.toml b/Cargo.toml index 7be712d..ac987da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fips" -version = "0.2.0" +version = "0.3.0-dev" edition = "2024" description = "A distributed, decentralized network routing protocol for mesh nodes connecting over arbitrary transports" license = "MIT"