diff options
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"; |