Skip to content

Commit

Permalink
Parra CLI version "0.5.16"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 5, 2024
1 parent 05b2609 commit 87df7fd
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.5.15"
ARM_SHA = "de96826f67d795dea3d4c629f904652cee7835e54a8eb6637e5981559c60316e"
X86_SHA = "3242cd9d85e07dc25bb22373e458655f69ec11d8afa428bf93640dfab596d79a"
VERSION = "0.5.16"

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 = "160e5d40f5773cbffe328658f1112147e7ca0d8ede007861afb8e271a84e64ad"

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 = "9706eef8c14c53dd2d3f7ede356430be1b8a7ca196726c453e6c212ca8b2ca10"

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 87df7fd

Please sign in to comment.