chore: bump version

This commit is contained in:
2025-09-28 08:01:41 +07:00
parent d889f9b25d
commit 880ba30d20
4 changed files with 16 additions and 16 deletions

View File

@@ -70,7 +70,7 @@ fi
# Push to origin (both commits and tags)
echo "Pushing to origin..."
if git push origin main && git push origin "$TAG_NAME"; then
if git push origin master && git push origin "$TAG_NAME"; then
echo "✓ Successfully pushed to origin"
echo "✓ Release $NEW_VERSION completed successfully!"
else