openbook 0.1.0

📖1️⃣2️⃣ A CLI, TUI and SDK to interact with OpenBook V1 and V2 markets on the Solana blockchain.
1
2
3
4
5
6
7
8
9
10
11
[bumpversion]
current_version = 0.1.0

[bumpversion:file:Cargo.toml]
search = 'version = "{current_version}"'
replace = 'version = "{new_version}"'

[bumpversion:file:Cargo.lock]
search = 'version = "{current_version}"'
replace = 'version = "{new_version}"'