Skip to content

Commit

Permalink
Parra CLI version "0.27.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 17, 2024
1 parent 7088130 commit 0b6f6d8
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.26.1"
ARM_SHA = "046896a9875d2c5199916d3656686e65775a357953880104e373e5c14da787a9"
X86_SHA = "1ab9e09efc5d2bb80dd9e3fe361e58bfc54fedbed7dcb67f7e69a9758b5c74a2"
VERSION = "0.27.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 = "bebb00c21e7d3b22e145a582f8e2fa38eb6b380f3ce1dd579db6aee5570f7936"

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 = "2c37c84f0bcb1150f6d5c0a35c1ddfa6a6ae96ca741f54d1976166c5a5964f4f"

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 0b6f6d8

Please sign in to comment.