Skip to content

Commit

Permalink
Parra CLI version "0.15.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 7, 2024
1 parent a969da6 commit c5dcb72
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.14.4"
ARM_SHA = "83e5fd3ca6a6264fed4490f6ae19c2b5843b55f0cde45f5c926e00d47ec7f1b2"
X86_SHA = "124dd65785c73e760e225b6ba1898fdc7d0feb31a024a3ba76085d6a994680c9"
VERSION = "0.15.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 = "587f0c8833ce9931686aaaf40daa1ebeaa88bac1728b798bf2158de2a67a6a62"

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 = "9178e2556342225c6b0a837ab50c064000af81413de097e58bcb6a5cfbf71896"

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 c5dcb72

Please sign in to comment.