Skip to content

Commit

Permalink
Parra CLI version "0.18.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 19, 2024
1 parent 7701a14 commit 6dcb78d
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.17.0"
ARM_SHA = "7a1335c09a5e817f2ea79615c5f4f42dc39c6b896958086fc0e2535ad66c3980"
X86_SHA = "23619cd1780a542426fcae02b2b89155141c8abef08b8b6b57dc3a9577873899"
VERSION = "0.18.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 = "029e0c9c5b81f9111b38dc2dd373e01df2c2f14b6a16e998769bffbfbeff5e16"

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 = "7625cab671f267802ed92b1e053628572649136d452bf0d2fbd332c49424b95a"

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 6dcb78d

Please sign in to comment.