Skip to content

Commit

Permalink
Parra CLI version "0.3.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 9, 2024
1 parent 2a5ff4b commit f76f32e
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.2"
ARM_SHA = "ca01538c3a29b8012e9dfa6f64f22eddb54c924741dd71b84a85970bb85dfea6"
X86_SHA = "c8f10952d70bc4164f060695ae6ad700e19abb83fe1dd495f896007d985d11f8"
VERSION = "0.3.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 = "e1778248efe4283e92f851dea5b9e74e26bbe6e471f9c523e5e1755484773980"

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 = "9f253174e07a36eaf6a6e02c5c9cf701c903660576865e18fc82b2f5af38c559"

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 f76f32e

Please sign in to comment.