Skip to content

Commit 65195e3

Browse files
committed
Bump the version to 25.0.0-dev.3.
1 parent 830b541 commit 65195e3

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 25.0.0-dev.3 - 2025-03-13
9+
810
## 25.0.0-dev.2 - 2025-02-22
911

1012
## 25.0.0-dev.1 - 2025-02-19

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "asimov-cli"
5-
version = "25.0.0-dev.2"
5+
version = "25.0.0-dev.3"
66
authors = ["ASIMOV Protocol <support@asimov.so>"]
77
edition = "2021"
88
rust-version = "1.81"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#### Installation via Cargo
2222

2323
```bash
24-
cargo install asimov-cli --version 25.0.0-dev.2
24+
cargo install asimov-cli --version 25.0.0-dev.3
2525
```
2626

2727
### Installation using Package Manager

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.0.0-dev.2
1+
25.0.0-dev.3

0 commit comments

Comments
 (0)