diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-09-04 13:52:44 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-09-04 13:52:44 -0400 |
commit | c0ce5eff2797dd7e5652fd15594f170cd90d8ac9 (patch) | |
tree | 9996f3db059672a704f9b9942c4e67d7867bbb30 /Cargo.toml | |
parent | 8e3e31ee2b6721ed4ccb958fefec1431372e39ba (diff) | |
download | clinte-c0ce5eff2797dd7e5652fd15594f170cd90d8ac9.tar.gz |
now opens $EDITOR to write post body
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0b72d94..3e53b9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clinte" -version = "0.3.3" +version = "0.4.0" authors = ["Ben Morrison <ben@gbmor.dev>"] edition = "2018" |