chore: bump version to v0.4.0

This commit is contained in:
Muhammad Nauman Raza 2024-03-22 11:43:27 +00:00
parent 1f28d97443
commit e4cb6f88ec
Signed by: devraza
GPG key ID: 91EAD6081011574B
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ambition"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
# Squeeze out more performance for `release` builds - very slow compile times

View file

@ -37,7 +37,7 @@
})
.buildRustPackage {
pname = "ambition";
version = "0.3.0";
version = "0.4.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;