Skip to content

Commit

Permalink
Parra CLI version "0.2.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Aug 12, 2024
1 parent ae41a7f commit 34340e8
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.1"
ARM_SHA = "97e066cb035222ce2ec386c72bfd30a580fb61d4f73c2240da78760bb08b32f7"
X86_SHA = "fabd41be33a53367944d6a5b58a4868eeccd59179bf933225dc65fd069ebca7b"
VERSION = "0.2.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 = "07ef5925ad0db440f6cb3657172311365dfde9775d41bcaed6265a00b2e2b8a6"

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

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 34340e8

Please sign in to comment.