Skip to content

Commit

Permalink
Parra CLI version "0.15.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 7, 2024
1 parent c5dcb72 commit 710f810
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.0"
ARM_SHA = "587f0c8833ce9931686aaaf40daa1ebeaa88bac1728b798bf2158de2a67a6a62"
X86_SHA = "9178e2556342225c6b0a837ab50c064000af81413de097e58bcb6a5cfbf71896"
VERSION = "0.15.1"

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 = "15d53d9b7b2e59eb46657befea87e0c6a21f044e86f5469a18674c001dfada2a"

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 = "47a3c4bf14dd7d059474dd6d35ae2b002f88e9360452a9f29a2a1684a07a5a5a"

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 710f810

Please sign in to comment.