Skip to content

Commit

Permalink
Version Info
Browse files Browse the repository at this point in the history
  • Loading branch information
schmiddim committed Jun 17, 2024
1 parent 0c16bab commit a415108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export POMODORO_API_KEY=your_api_key export POMODORO_ENDPOINT=http://localhost:8

## Create a quick Release
```shell
TAG=0.0.17 ;git commit -am "Version Info"; git tag $TAG; git push origin $TAG
TAG=0.0.18 ;git commit -am "Version Info"; git tag $TAG; git push origin $TAG
```

## Contributing
Expand Down

0 comments on commit a415108

Please sign in to comment.