diff --git a/snapcraft.yaml b/snapcraft.yaml index 2d63a050..c83fb477 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: ripgrep # you probably want to 'snapcraft register ' -version: '0.5.1' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.8.1' # just for humans, typically '1.2+git' or '1.3.2' summary: Fast file searcher # 79 char long summary description: | ripgrep combines the usability of The Silver Searcher with the raw speed of grep. @@ -12,4 +12,3 @@ parts: apps: rg: command: env PATH=$SNAP/bin:$PATH rg - aliases: [rg] \ No newline at end of file