From dabdca9144b5edad89bd2689f010bcda22396ac8 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Sat, 4 May 2024 15:31:24 +0100 Subject: [PATCH] chore: use an alpha version for node launchpad Manually apply an alpha version number to the new node launchpad crate so a version can be released that allows progress to be made on the launcher. This commit can be reverted if/when necessary. --- sn_node_launchpad/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sn_node_launchpad/Cargo.toml b/sn_node_launchpad/Cargo.toml index f0c0d5faa9..4500ee1226 100644 --- a/sn_node_launchpad/Cargo.toml +++ b/sn_node_launchpad/Cargo.toml @@ -2,7 +2,7 @@ authors = ["MaidSafe Developers "] description = "Node Launchpad" name = "sn_node_launchpad" -version = "0.1.0" +version = "0.1.0-alpha.0" edition = "2021" license = "GPL-3.0" homepage = "https://maidsafe.net"