From 62d3721654b0ae810079ceca9d5676d16f15fabf Mon Sep 17 00:00:00 2001 From: Craig Mayhew Date: Tue, 28 May 2024 11:48:23 +0100 Subject: [PATCH] chore: bump version to 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40ce93b..6f3beb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,7 +865,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pipe-gpt" -version = "0.3.1" +version = "0.4.0" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index cfc29e9..b2cf078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ license = "MIT" name = "pipe-gpt" readme = "README.md" repository = "https://github.com/craigmayhew/pipe-gpt" -version = "0.3.1" +version = "0.4.0" [dependencies] atty = "0.2" # For determining if data is piped to the executable or not