chore: Set version to 0.5.6-dev.0 to prepare for first release

This commit is contained in:
Gerald Pinder 2024-02-05 21:04:26 -05:00
parent d302875020
commit b70da3aa34
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -278,7 +278,7 @@ dependencies = [
[[package]]
name = "blue-build"
version = "0.5.5"
version = "0.5.6-dev.0"
dependencies = [
"anyhow",
"askama",

View file

@ -1,6 +1,6 @@
[package]
name = "blue-build"
version = "0.5.5"
version = "0.5.6-dev.0"
edition = "2021"
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
repository = "https://github.com/blue-build/cli"