Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhspetersson committed May 14, 2022
1 parent 66b2891 commit 25c3242
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fselect"
version = "0.8.0"
version = "0.8.1"
authors = ["jhspetersson <jhspetersson@gmail.com>"]
description = "Find files with SQL-like queries"
keywords = ["find", "files", "sql", "query", "tool"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,11 +41,11 @@ More is under way!

#### Other Linux

[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.8.0/fselect-x86_64-linux-musl.gz).
[Static build with musl](https://github.com/jhspetersson/fselect/releases/download/0.8.1/fselect-x86_64-linux-musl.gz).

#### Windows 64bit

A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.0/fselect-x86_64-win.zip) is available at Github downloads.
A statically precompiled [binary](https://github.com/jhspetersson/fselect/releases/download/0.8.1/fselect-x86_64-win.zip) is available at Github downloads.

#### Windows via Chocolatey

Expand Down

0 comments on commit 25c3242

Please sign in to comment.