Skip to content

Commit

Permalink
Bump version to v0.17.52
Browse files Browse the repository at this point in the history
  • Loading branch information
niko0xdev committed Jan 20, 2024
1 parent 7e50beb commit 6f08917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.17.51
v0.17.52

0 comments on commit 6f08917

Please sign in to comment.