ripgrep: release 11.0.2

This commit is contained in:
Andrew Gallant
2019-08-01 18:02:15 -04:00
parent 48b5bdc441
commit e402d6c260
3 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "ripgrep"
version = "11.0.1" #:version
version = "11.0.2" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
ripgrep is a line-oriented search tool that recursively searches your current
directory for a regex pattern while respecting your gitignore rules. ripgrep
has first class support on Windows, macOS and Linux
has first class support on Windows, macOS and Linux.
"""
documentation = "https://github.com/BurntSushi/ripgrep"
homepage = "https://github.com/BurntSushi/ripgrep"