chore: bump version to dev #23

Merged
jalil merged 1 commit from next-ver into main 2024-11-23 21:28:42 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 657a877168 - Show all commits

2
Cargo.lock generated
View file

@ -1159,7 +1159,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "webnsupdate"
version = "0.3.2"
version = "0.3.3-dev"
dependencies = [
"axum",
"axum-client-ip",

View file

@ -3,7 +3,7 @@ cargo-features = ["codegen-backend"]
[package]
description = "An HTTP server using HTTP basic auth to make secure calls to nsupdate"
name = "webnsupdate"
version = "0.3.2"
version = "0.3.3-dev"
edition = "2021"
license-file = "LICENSE"
readme = "README.md"