Skip to content

Commit

Permalink
Parra CLI version "0.28.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Jan 9, 2025
1 parent 11f75b7 commit 8b89c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/parra-cli.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = "0.27.1"
ARM_SHA = "5371ee3fbc73f0721ab99156eb44caa26ff291a7e3b2a957f619aafc101571d6"
X86_SHA = "3a7ee1849887ea482ec86987e8d3ffb1cd66f70d54072db727a9840be40c35f3"
VERSION = "0.28.0"

Check failure on line 1 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
ARM_SHA = "c7e8777a4abd6af410bdb8449f3d44ba194f757dbd27c7b83ceac3960943054e"

Check failure on line 2 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
X86_SHA = "2525307b7a954befcbfeec35120d1b92c51c80c4945a0f4d80016eb0838b1d34"

Check failure on line 3 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.
DESCRIPTION = "A utility for getting started with your next Parra.io project."

Check failure on line 4 in Formula/parra-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

Style/MutableConstant: Freeze mutable objects assigned to constants.

class ParraCli < Formula
Expand Down

0 comments on commit 8b89c4f

Please sign in to comment.