Skip to content

Commit

Permalink
docs - How to get version (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleveHEX authored Mar 27, 2024
1 parent 33ec884 commit 5dd1352
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,15 @@ systemctl stop evok
!!! success

You can examine or copy the output.

## Determining the version of Evok

You can obtain the version of Evok by executing following command:

```bash
/opt/evok/bin/evok -v
```

```bash title="Output"
v3.0.0
```

0 comments on commit 5dd1352

Please sign in to comment.