Skip to content

Commit b43e18e

Browse files
fix(cargo.toml): added "," to version string
1 parent aa5b7f1 commit b43e18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bob-nvim"
33
edition = "2021"
4-
version = "2.0,0"
4+
version = "2.0.0"
55
description = "A version manager for neovim"
66
readme = "README.md"
77
keywords = ["neovim", "version-manager"]

0 commit comments

Comments
 (0)