Bump version to 0.4.2-alpha

This commit is contained in:
Valentin Tolmer 2022-10-10 17:47:53 +02:00 committed by nitnelave
parent 32f28d664e
commit b3f64c6efe
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lldap_app" name = "lldap_app"
version = "0.4.1" version = "0.4.2-alpha"
authors = ["Valentin Tolmer <valentin@tolmer.fr>"] authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
edition = "2021" edition = "2021"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "migration-tool" name = "migration-tool"
version = "0.4.1" version = "0.4.2-alpha"
edition = "2021" edition = "2021"
authors = ["Valentin Tolmer <valentin@tolmer.fr>"] authors = ["Valentin Tolmer <valentin@tolmer.fr>"]

View File

@ -2,7 +2,7 @@
authors = ["Valentin Tolmer <valentin@tolmer.fr>"] authors = ["Valentin Tolmer <valentin@tolmer.fr>"]
edition = "2021" edition = "2021"
name = "lldap" name = "lldap"
version = "0.4.1" version = "0.4.2-alpha"
[dependencies] [dependencies]
actix = "0.12" actix = "0.12"