diff --git a/README.md b/README.md index 9bb75b0..3c143d0 100644 --- a/README.md +++ b/README.md @@ -23,9 +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 compile and install: +Then, switch to the latest stable tag (`v1.0.0`), compile, and install: ```bash +git checkout v1.0.0 make sudo make install ``` diff --git a/internal/meta/meta.go b/internal/meta/meta.go index c53154f..fd2826f 100644 --- a/internal/meta/meta.go +++ b/internal/meta/meta.go @@ -12,8 +12,8 @@ const ( Name = "documentor" // Version is the version of the application. - Version = "0.1.0" + Version = "1.0.0" // Description is the description of the application. - Description = "review technical documentation with the power of AI" + Description = "improve technical documentation with the power of AI" )