Skip to content

Commit

Permalink
update version to v0.2.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lotabout committed Jan 3, 2017
1 parent d90671c commit f3199dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.2.0"
version = "0.2.1-beta.1"
authors = ["Mark Wallace <[email protected]>"]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

set -u

version="0.2.0"
version="0.2.1-beta.1"

cd "$(dirname "${BASH_SOURCE[0]}")"
skim_base="$(pwd)"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ fn real_main() -> i32 {

// print version
if options.opt_present("version") {
println!("0.2.0");
println!("0.2.1-beta.1");
return 0;
}

Expand Down

0 comments on commit f3199dc

Please sign in to comment.