Skip to content

Commit

Permalink
v0.1.0-beta.0 release (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki authored Apr 28, 2021
1 parent 1499d6a commit 3a08c6b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 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 = "frum"
version = "0.1.0-alpha.1"
version = "0.1.0-beta.0"
authors = ["Takayuki Maeda <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![frum](./resources/logo.png)

**frum is currently in alpha**
**frum is currently in beta**

🏃‍♂️ A little bit fast and modern Ruby version manager written in Rust

Expand Down Expand Up @@ -92,7 +92,7 @@ $ brew install tako8ki/tap/frum
If you already have a Rust environment set up, you can use the `cargo install` command:

```
$ cargo install --version 0.1.0-alpha.1 frum
$ cargo install --version 0.1.0-beta.0 frum
```

## Contribution
Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use clap::{App, AppSettings, Arg, SubCommand};
pub fn build_cli() -> App<'static, 'static> {
App::new("frum")
.setting(AppSettings::ArgRequiredElseHelp)
.version("0.1.0-alpha.1")
.version("0.1.0-beta.0")
.about("A little bit fast and modern Ruby version manager written in Rust")
.arg(
Arg::with_name("log-level")
Expand Down

0 comments on commit 3a08c6b

Please sign in to comment.