update version to v0.2.1-beta.1

This commit is contained in:
Mark Wallace 2017-01-03 21:07:12 +08:00
parent d90671c80a
commit f3199dc3c1
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.2.0"
version = "0.2.1-beta.1"
authors = ["Mark Wallace <lotabout@gmail.com>"]
[[bin]]

View file

@ -9,7 +9,7 @@
set -u
version="0.2.0"
version="0.2.1-beta.1"
cd "$(dirname "${BASH_SOURCE[0]}")"
skim_base="$(pwd)"

View file

@ -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;
}