Skip to content

Commit

Permalink
Parra CLI version "0.3.11"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 20, 2024
1 parent f347efc commit 8feeb9b
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.10"
ARM_SHA = "c22f92ba19e271e24fa8832c5a852678c7f1a7be863653f6dab7a4594fb4b0c7"
X86_SHA = "472b8894361ae61f4ade7c3708957380c2e728dd3a10509130236b621b52b330"
VERSION = "0.3.11"

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 = "08048ed05891c5cfeb7cafdd3d69cd4bfaa031a5c1cc694e7317a5e78449f437"

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 = "2fe8040a0cd7892eb68cfe57813737441f47ccbe3ba04fac4be12957d09140e4"

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 8feeb9b

Please sign in to comment.