Skip to content

Commit

Permalink
Parra CLI version "0.26.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Dec 13, 2024
1 parent d1907db commit cc4daf7
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.25.1"
ARM_SHA = "9358000b4a5ab12ec445a1f5ec67baacfcd26a0a5269421eda47713fdfef59cb"
X86_SHA = "8b0df103c2880956b012732f588abdfeeab6ead37215e296b6883d55fceda436"
VERSION = "0.26.0"

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 = "079cbb653d63ba09be4b79e5b4b8e6fac5a26174cc17c82b86b7c5af906ea307"

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

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 cc4daf7

Please sign in to comment.