feat: bump version

This commit is contained in:
2023-03-10 22:34:58 +01:00
committed by Kasper Juul Hermansen
parent 13b7805e7e
commit 41b20b6268
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
#![deny(warnings)]
pub const DAGGER_ENGINE_VERSION: &'static str = "0.4.0";
pub mod cli_session;
pub mod config;
pub mod connect_params;