Skip to content

Commit

Permalink
Parra CLI version "0.5.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 27, 2024
1 parent 7fe4ffe commit 657a614
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.2"
ARM_SHA = "d66df3a24560bcdb4551aa75a9c7ac5c73839975454c1b4c91d14219be6759d6"
X86_SHA = "50fb847580585a2c4ad92e25783aa3ee232b2b91250823aa6c4f26e6143d70e4"
VERSION = "0.5.3"

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

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

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 657a614

Please sign in to comment.