From 1dc673f56a3a8ca0185e2ab8cbc58f67ac857b56 Mon Sep 17 00:00:00 2001 From: Sakib Hadziavdic Date: Tue, 9 Jan 2024 12:50:08 +0100 Subject: [PATCH] Release 0.2.0 --- DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEV.md b/DEV.md index 0d4e886..6eeab81 100644 --- a/DEV.md +++ b/DEV.md @@ -19,7 +19,7 @@ git diff git commit -am "msg" -$VERSION="0.1.0" +$VERSION="0.2.0" git commit --allow-empty -am "Release $VERSION" git tag -a $VERSION -m "Release $VERSION" git push --atomic origin main $VERSION