From 83e11e427e1f3a65e73983855cd021663d7df0c1 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Sun, 17 Dec 2023 00:05:48 -0500 Subject: [PATCH] update version number to 0.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2df5978..75671ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,7 +288,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fj" -version = "0.1.0" +version = "0.0.1" dependencies = [ "auth-git2", "clap", diff --git a/Cargo.toml b/Cargo.toml index a1403ac..570938d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fj" -version = "0.1.0" +version = "0.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html