Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 committed Oct 16, 2023
1 parent 0a881da commit e954611
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "groot"
version = "0.6.0"
version = "0.6.1"
description = "The coolest guardian of the galaxy!"
repository = "https://github.com/fao89/groot"
authors = ["Fabricio Aguiar <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please have a `.env` file with the following variables:

## Downloading
```console
$ curl -L https://github.com/fao89/groot/releases/download/0.6.0/groot-linux-amd64 -o groot
$ curl -L https://github.com/fao89/groot/releases/download/0.6.1/groot-linux-amd64 -o groot
$ chmod +x groot
```
## Sync roles or collections
Expand All @@ -37,7 +37,7 @@ $ ansible-galaxy collection publish -c -s http://127.0.0.1:3030/ <COLLECTION_TAR

## Serving content
```console
$ curl -L https://github.com/fao89/groot/releases/download/0.6.0/groot-linux-amd64 -o groot
$ curl -L https://github.com/fao89/groot/releases/download/0.6.1/groot-linux-amd64 -o groot
$ chmod +x groot
$ ./groot
```
Expand Down

0 comments on commit e954611

Please sign in to comment.