Skip to content

Commit

Permalink
Bump tool to v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: James Pond <[email protected]>
  • Loading branch information
jamesponddotco committed Jul 29, 2024
1 parent a4953a8 commit 3532b30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion internal/meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3532b30

Please sign in to comment.