From 6f08917e3129fb3ae4dcb8ff6e057c5649066d18 Mon Sep 17 00:00:00 2001 From: niko0xdev Date: Sat, 20 Jan 2024 16:22:03 +0700 Subject: [PATCH] Bump version to v0.17.52 --- Makefile | 3 +-- VERSION | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d0905ac..38a0dc4 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,7 @@ patch: - git add --all - git commit -m "Bump version to $(major).$(minor).$(patch)" - git tag "$(major).$(minor).$(patch)" -m "Patch version update: $(major).$(minor).$(patch)" - - git push origin $(major).$(minor).$(patch) - - git push + - git push origin $(major).$(minor).$(patch) $(git branch --show-current) minor: - @echo "BUMPING MINOR" diff --git a/VERSION b/VERSION index 3e0921b..d05550e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.17.51 \ No newline at end of file +v0.17.52 \ No newline at end of file