From a415108e7f355a4c3d21da386e6dcb4c754f831d Mon Sep 17 00:00:00 2001 From: schmiddim Date: Mon, 17 Jun 2024 14:30:49 +0200 Subject: [PATCH] Version Info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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