Skip to content

Commit

Permalink
Parra CLI version "0.2.55"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 2, 2024
1 parent 7f7aebb commit 4c206e8
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.2.54"
ARM_SHA = "ca3dd874846e0ac8c7a014694737dee4b536f53126d59b8fbc7f84a81631646c"
X86_SHA = "5a377a504632665a49e56f7ee4dddb3b57a473b78be8b0baeabad8ac2844aa30"
VERSION = "0.2.55"

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

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 = "251edc15d1ffe9102b4f6b1b297e91f7232a7a931e546dd59d3f9379a88c2046"

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 4c206e8

Please sign in to comment.