1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-16 22:42:20 +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

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"