Skip to content

Commit

Permalink
Parra CLI version "0.5.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 28, 2024
1 parent 657a614 commit 5f5b0fa
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.3"
ARM_SHA = "a792bd39f9525e58083743c5fda807b6e81fb9c69df213c6f8d528522dab31c4"
X86_SHA = "f5c9f22e2720758ba58e4ea77d1d80caf161810768d2c3793602f9d0d524f41f"
VERSION = "0.5.6"

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 = "69982b6365e6d12b5362463669c79857a7c74e36a2b3212b0e67030cac7b6ba3"

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 = "6482403513600b27b6acb7f79772c5814a640f2adba56692aed4670b157ee76c"

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 5f5b0fa

Please sign in to comment.