Update mentions of alpha to beta

This commit is contained in:
Mark McCaskey
2020-12-02 11:01:54 -08:00
parent 57966ac771
commit e928a832a8
12 changed files with 18 additions and 18 deletions

View File

@ -7,7 +7,7 @@ This crate contains a compiler implementation based on [the LLVM Compiler Infras
First, add this crate into your `Cargo.toml` dependencies:
```toml
wasmer-compiler-llvm = "1.0.0-alpha"
wasmer-compiler-llvm = "1.0.0-beta"
```
And then: