Skip to content

Commit

Permalink
Parra CLI version "0.12.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 28, 2024
1 parent 9868485 commit d54f257
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.11.5"
ARM_SHA = "fb50518885c5ab30cfc31ce7e0594c1ac3307e1ff818609cb9813898ff2d076b"
X86_SHA = "3e641804ba2cf536ae2e1d02f48bf3a3c3f97fdd19a87377573cdd64520a675b"
VERSION = "0.12.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 = "b27961cc26895b1298be550b69fcf1c9e167437d50d326f03f375934c701fd6a"

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 = "184e847671ab62eb8436ead4354381779dd0334a647a982e545a9a77b8c23e9f"

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 d54f257

Please sign in to comment.