pusewicz

Bump Version Patch — Development skill for Claude Code

Development community

Bump the patch version number in lib/cf/mcp/version.rb (e.g., 1.2.3 -> 1.2.4).

How to install Bump Version Patch

Installs to ~/.claude/commands/pusewicz-cf-mcp-bump-version-patch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/pusewicz/cf-mcp/HEAD/.claude/commands/bump-version-patch.md -o ~/.claude/commands/pusewicz-cf-mcp-bump-version-patch.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bump Version Patch does

Bump the patch version number in lib/cf/mcp/version.rb (e.g., 1.2.3 -> 1.2.4).

  1. Read the current version from lib/cf/mcp/version.rb
  2. Parse the version string (MAJOR.MINOR.PATCH)
  3. Increment PATCH by 1
  4. Update the VERSION constant in lib/cf/mcp/version.rb
  5. Run bundle install to update Gemfile.lock
  6. Run rake manifest to regenerate Manifest.txt

Alternatives in Development

Full documentation available on GitHub

View Source Repository