From 350009347c634588c409698c4548bbf1668ee333 Mon Sep 17 00:00:00 2001 From: tarun <7835503+realfresh@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:18:34 +0800 Subject: [PATCH] build: bump version to v0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d70817..d11fa9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitnr" -version = "0.0.0" +version = "0.1.0" edition = "2021" license = "MIT" authors = ["Tarun Ramesh "]