From 680a52982c593e69453fdeeb2810e9cee07bcaf4 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 7 Nov 2025 15:03:31 -0700 Subject: [PATCH] ci: Bumped the patch version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0b8e64..a094094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3089,7 +3089,7 @@ dependencies = [ [[package]] name = "loki-ai" -version = "0.1.1" +version = "0.1.0" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d6d4b0a..c371ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loki-ai" -version = "0.1.1" +version = "0.1.0" edition = "2021" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"