Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhspetersson committed Nov 11, 2019
1 parent cc1488a commit c975344
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fselect"
version = "0.6.6"
version = "0.6.7"
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
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ More is under way!

#### Other Linux

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

#### Windows 64bit

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

#### Windows from Chocolatey

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fn main() {
fn short_usage_info(no_color: bool) {
const VERSION: &'static str = env!("CARGO_PKG_VERSION");

print!("FSelect utility ");
print!("fselect ");

if no_color {
println!("{}", VERSION);
Expand Down

0 comments on commit c975344

Please sign in to comment.