Skip to content

Commit

Permalink
🔖 Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish authored Aug 27, 2023
1 parent 8c5522f commit 53b61db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zerotier-edge"
version = "0.1.0"
version = "0.1.1"
authors = ["YISH <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -38,4 +38,4 @@ clap = { version = "4.0", features = ["derive"] }
# see: https://github.com/johnthagen/min-sized-rust
strip = true # Automatically strip symbols from the binary.
opt-level = "z" # Optimize for size.
lto = true
lto = true

0 comments on commit 53b61db

Please sign in to comment.