Skip to content

Commit

Permalink
Parra CLI version "0.16.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 8, 2024
1 parent 710f810 commit 35d2714
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.15.1"
ARM_SHA = "15d53d9b7b2e59eb46657befea87e0c6a21f044e86f5469a18674c001dfada2a"
X86_SHA = "47a3c4bf14dd7d059474dd6d35ae2b002f88e9360452a9f29a2a1684a07a5a5a"
VERSION = "0.16.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 = "26c4ae58f018bbfb531448be10a8b243c742b3457c6e2e0e01e300872f896f02"

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 = "609a4734aa0aac5e545e32a5cb12e4cba259c439f6d08a6bbfd348a00f842edb"

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 35d2714

Please sign in to comment.