Skip to content

1.49.3

Compare
Choose a tag to compare
@bitrise-devs-bot bitrise-devs-bot released this 27 Jul 11:45
· 169 commits to master since this release
8bbfb4c

Changelog

  • 16c2bc6 Add option to serialize analytics for debugging (#803)
  • 2b0e360 Feature flag for v2 analytics implementation (#802)
  • 8bbfb4c Set CLI version automatically by the release process (#805)

Install or upgrade

To install this version, run the following command (in a bash shell):

curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.49.3/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise

ℹ️ M1 machine: Please note by default /usr/local/bin does not exist on M1 machines and isn't encouraged by the community over /opt/bin. Use a custom folder path or use your own bin folder path. i.e /opt/bin

Then:

chmod +x /usr/local/bin/bitrise

That's all, you're ready to call bitrise!