Skip to content

Commit

Permalink
Revert change of version format
Browse files Browse the repository at this point in the history
Version format with a `.` separator is invalid and it needs to be a dash.

Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
Daniel Mikusa committed Aug 8, 2022
1 parent d09c38e commit 6ad2613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvmkill/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[package]
name = "jvmkill"
version = "1.17.0.BUILD-SNAPSHOT"
version = "1.17.0-BUILD-SNAPSHOT"
edition = "2021"
authors = [
"Glyn Normington <[email protected]>",
Expand Down

0 comments on commit 6ad2613

Please sign in to comment.