Bump version to 0.14.0

This commit is contained in:
Ruihan Li
2025-03-17 13:32:48 +08:00
committed by Tate, Hongliang Tian
parent 32ffdee37b
commit 6476ef22ec
25 changed files with 58 additions and 58 deletions

View File

@ -54,7 +54,7 @@ git clone https://github.com/asterinas/asterinas
2. Run a Docker container as the development environment.
```bash
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.13.0
docker run -it --privileged --network=host --device=/dev/kvm -v $(pwd)/asterinas:/root/asterinas asterinas/asterinas:0.14.0
```
3. Inside the container, go to the project folder to build and run Asterinas.