diff options
author | Teddy Wing | 2020-08-06 00:59:32 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-06 00:59:32 +0200 |
commit | ed25d1ae52b137ff445649aeb8cdac4d892ce313 (patch) | |
tree | 009c345a2c5139e2406bc03acd7b3e9ac545ad21 /github-suggestion/Cargo.toml | |
parent | 7b6cc6d851158db2f8d6ada3d1cb32081e7ecb64 (diff) | |
download | git-suggestion-ed25d1ae52b137ff445649aeb8cdac4d892ce313.tar.bz2 |
Increase version v0.0.1 -> v0.1.0v0.1.0
Diffstat (limited to 'github-suggestion/Cargo.toml')
-rw-r--r-- | github-suggestion/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github-suggestion/Cargo.toml b/github-suggestion/Cargo.toml index b494e8e..34e197c 100644 --- a/github-suggestion/Cargo.toml +++ b/github-suggestion/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "github-suggestion" -version = "0.0.1" +version = "0.1.0" edition = "2018" [dependencies] |