#!/usr/bin/env bash
set -euo pipefail

# Run the bump script to increment the patch version in pubspec.yaml and stage it
./scripts/bump_patch_version.sh || true
