From 5190708df0bbc48838219b6b1f7ce21cfa64613f Mon Sep 17 00:00:00 2001 From: "Arend van Beelen jr." Date: Fri, 15 Dec 2023 11:59:18 +0100 Subject: [PATCH] Bump version number --- Cargo.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d51a4af..7f42e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fp" -version = "2.16.0-beta.1" +version = "2.17.0-beta.1" authors = ["Team Fiberplane"] edition = "2018" build = "build.rs" @@ -76,7 +76,14 @@ webbrowser = "0.8.7" [build-dependencies] anyhow = "1.0" -vergen = { version = "8.0.0", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] } +vergen = { version = "8.0.0", features = [ + "build", + "cargo", + "git", + "gitcl", + "rustc", + "si", +] } [patch.crates-io] # fiberplane = { git = "ssh://git@github.com/fiberplane/fiberplane.git", branch = "main" }