From 3532b30cc063ff84cff8b56b400bc1b4512594ad Mon Sep 17 00:00:00 2001 From: James Pond Date: Mon, 29 Jul 2024 13:17:00 -0300 Subject: [PATCH] Bump tool to v1.0.1 Signed-off-by: James Pond --- README.md | 4 ++-- internal/meta/meta.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c143d0..7ccd590 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Optionally, you can install [glow](https://github.com/charmbracelet/glow) to render the Markdown output of the `review` command with more style. -Then, switch to the latest stable tag (`v1.0.0`), compile, and install: +Then, switch to the latest stable tag (`v1.0.1`), compile, and install: ```bash -git checkout v1.0.0 +git checkout v1.0.1 make sudo make install ``` diff --git a/internal/meta/meta.go b/internal/meta/meta.go index fd2826f..a5237fa 100644 --- a/internal/meta/meta.go +++ b/internal/meta/meta.go @@ -12,7 +12,7 @@ const ( Name = "documentor" // Version is the version of the application. - Version = "1.0.0" + Version = "1.0.1" // Description is the description of the application. Description = "improve technical documentation with the power of AI"