Skip to content

Commit

Permalink
Merge pull request #3 from DataDog/james.pond/bump-v1.0.1
Browse files Browse the repository at this point in the history
Bump tool's version from 1.0.0 to 1.0.1
  • Loading branch information
jamesponddotco authored Jul 30, 2024
2 parents 6868392 + 3532b30 commit 9e0de24
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 9e0de24

Please sign in to comment.