diff options
author | Teddy Wing | 2020-09-20 02:54:23 +0200 |
---|---|---|
committer | Teddy Wing | 2020-09-20 02:54:23 +0200 |
commit | ce4011af111d814cad7f08a229f983b510d84daa (patch) | |
tree | fa2f454afa2e88408c1b3a7316a73ad5767ada65 /src | |
parent | c6d4fbc68e863b070a3f33db7c87d581569d1db5 (diff) | |
download | git-suggestion-master.tar.bz2 |
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,4 +28,4 @@ mod suggestion; pub use suggestion::for_suggestion; -const VERSION: &'static str = "0.2.0"; +const VERSION: &'static str = "0.2.1"; |