Skip to content

Commit 2a2b3e6

Browse files
committed
Update doc to 1.7.0
1 parent a3dc6e7 commit 2a2b3e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
!!! note "Updated documentation !"
2626

27-
The documentation is up to date with the latest release on Github (v1.6.0).
27+
The documentation is up to date with the latest release on Github (v1.7.0).
2828

2929
<a href="https://github.com/GoToolSharing/htb-cli" target="_blank">htb-cli</a> is a project developed and maintained by <a href="https://github.com/QU35T-code/" target="_blank">QU35T-code</a>. It interacts with the **API of <a href="https://app.hackthebox.com/" target="_blank">HackTheBox</a>**, a popular cybersecurity platform.
3030
It responds to the need to be **competitive**, limit user interaction with the website and **save time** with possible actions.

docs/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ go install github.com/GoToolSharing/htb-cli@latest
1212

1313
```bash
1414
htb-cli version
15-
Stable version (main branch): v1.6.0
15+
Stable version (main branch): v1.7.0
1616
```
1717

1818
Make sure you have golang in your **PATH** so you don't run into any problems when executing the binary. The following code must be added to your **rc file (bashrc / zshrc)** to make it permanent.
@@ -42,7 +42,7 @@ go install .
4242

4343
```bash
4444
htb-cli version
45-
Stable version (main branch): v1.6.0
45+
Stable version (main branch): v1.7.0
4646
```
4747

4848
## Development version from remote
@@ -86,6 +86,6 @@ Development version (dev branch)
8686

8787
**Pre-compiled binaries** are available with each release, allowing users to download the program without having to build it.
8888

89-
<a href="https://github.com/GoToolSharing/htb-cli/releases/tag/v1.6.0" target="_blank">https://github.com/GoToolSharing/htb-cli/releases/tag/v1.6.0</a>
89+
<a href="https://github.com/GoToolSharing/htb-cli/releases/tag/v1.7.0" target="_blank">https://github.com/GoToolSharing/htb-cli/releases/tag/v1.7.0</a>
9090

9191
![Binaries](/assets/configuration/binaries.png)

0 commit comments

Comments
 (0)