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"