Skip to content

Commit

Permalink
Parra CLI version "0.5.2"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 27, 2024
1 parent 2f80161 commit 7fe4ffe
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.1"
ARM_SHA = "0cebdce9d8c5866610a55a64de73ea0445074eb0f76daee2f2b8b588735a0e17"
X86_SHA = "bf5bf924cafec61ac2db120f01b9893cd195050e973e9811972018c0d7db9e31"
VERSION = "0.5.2"

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 = "d66df3a24560bcdb4551aa75a9c7ac5c73839975454c1b4c91d14219be6759d6"

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 = "50fb847580585a2c4ad92e25783aa3ee232b2b91250823aa6c4f26e6143d70e4"

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 7fe4ffe

Please sign in to comment.