Skip to content

Commit

Permalink
Parra CLI version "0.17.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 14, 2024
1 parent 74a0a76 commit 7701a14
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.16.1"
ARM_SHA = "74ad2f09b69fb640a2f966f9f2b8466c4ac8a08cb5622010c7cada6263bbf982"
X86_SHA = "bccb66e2ffb5e6d44e092d53ce3ebf17cd8f1e9c5c6529c5254e5ab95088b631"
VERSION = "0.17.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 = "7a1335c09a5e817f2ea79615c5f4f42dc39c6b896958086fc0e2535ad66c3980"

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 = "23619cd1780a542426fcae02b2b89155141c8abef08b8b6b57dc3a9577873899"

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 7701a14

Please sign in to comment.