Skip to content

Commit

Permalink
Parra CLI version "0.3.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 10, 2024
1 parent 9ab27bb commit f2ed6a0
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.3.6"
ARM_SHA = "955736e61706923a392961ff8482d205cd7f473c29d38ee96a28b58af04e6219"
X86_SHA = "33606b62462587f5269967eb0fe9c5a4c4c270f5df80ab47fec0c26638a481cd"
VERSION = "0.3.8"

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

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

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 f2ed6a0

Please sign in to comment.