Skip to content

Commit

Permalink
Parra CLI version "0.10.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Oct 24, 2024
1 parent 2f9ab7f commit 11632d9
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.10.2"
ARM_SHA = "5eed0b13212189adfac1cd2a37345a3c4388b1f6b040d08097f2064bbbed7559"
X86_SHA = "0e0db6339427fee9bcac3006ca3c6e731ddb29870e62bb8a7648162ac91767e9"
VERSION = "0.10.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 = "2029fc3d700576129a81b9458cc5c4dd44fc9b8db3c1511d6af5c645b6de5055"

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 = "56dce1449fbe6b37ca0eda43844bbf2778e8503c3b8ac97d49cda8ed0644ac07"

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 11632d9

Please sign in to comment.