Skip to content

Commit

Permalink
Parra CLI version "0.5.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 28, 2024
1 parent 5f5b0fa commit 55ebdb7
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.6"
ARM_SHA = "69982b6365e6d12b5362463669c79857a7c74e36a2b3212b0e67030cac7b6ba3"
X86_SHA = "6482403513600b27b6acb7f79772c5814a640f2adba56692aed4670b157ee76c"
VERSION = "0.5.7"

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

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 = "6d3cc2b114f53f2bf4c298a0bb11161201b598d33413a933553816954a96e523"

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 55ebdb7

Please sign in to comment.