Skip to content

Commit

Permalink
Release first stable version
Browse files Browse the repository at this point in the history
Signed-off-by: James Pond <[email protected]>
  • Loading branch information
jamesponddotco committed Jul 25, 2024
1 parent 0791a71 commit 2ef9a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions internal/meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit 2ef9a7b

Please sign in to comment.