We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90671c commit f3199dcCopy full SHA for f3199dc
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "skim"
3
-version = "0.2.0"
+version = "0.2.1-beta.1"
4
authors = ["Mark Wallace <lotabout@gmail.com>"]
5
6
[[bin]]
install
@@ -9,7 +9,7 @@
9
10
set -u
11
12
-version="0.2.0"
+version="0.2.1-beta.1"
13
14
cd "$(dirname "${BASH_SOURCE[0]}")"
15
skim_base="$(pwd)"
src/main.rs
@@ -145,7 +145,7 @@ fn real_main() -> i32 {
145
146
// print version
147
if options.opt_present("version") {
148
- println!("0.2.0");
+ println!("0.2.1-beta.1");
149
return 0;
150
}
151
0 commit comments