Skip to content

Commit

Permalink
fix: sync cli version description
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelovicentegc committed Oct 15, 2021
1 parent 5e8e30b commit bb7eafd
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 @@ -58,12 +58,12 @@ GLOBAL OPTIONS:

In case you receive an `EACESS` error while trying to execute `kontrolio` after installing it with `npm` or `yarn`, change the file permissions with `chmod 755 <path_to_binaries>`.

## About

## Development

Make sure you have a `.kontrolio.yaml` file under your home directory (`/home/marcelo` on Linux, `/Users/Marcelo` on macOs, `C:\Users\Marcelo` on Windows) with `dev` set to `true`, like this:

```yaml
dev: true
```
## [Changelog](https://github.com/marcelovicentegc/kontrolio/releases)
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Kontrolio() {
app := &cli.App{
Name: "kontrolio",
Usage: "Your cli time clock, clock card machine, punch clock or time recorder",
Version: "0.0.39",
Version: "0.0.41",

Commands: []*cli.Command{
{
Expand Down

0 comments on commit bb7eafd

Please sign in to comment.