1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-09 14:14:56 +02:00

pkg: fix version number for 13.0.0 release

Fixes #1896
This commit is contained in:
Andrew Gallant 2021-06-15 10:30:01 -04:00
parent 7ce66f73cf
commit 478da4f271
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -1,5 +1,5 @@
class RipgrepBin < Formula
version '12.1.1'
version '13.0.0'
desc "Recursively search directories for a regex pattern."
homepage "https://github.com/BurntSushi/ripgrep"