diff --git a/README.md b/README.md index 0439046..5f7b8c1 100644 --- a/README.md +++ b/README.md @@ -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