Skip to content

Commit

Permalink
Parra CLI version "0.16.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 8, 2024
1 parent 35d2714 commit 74a0a76
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.16.0"
ARM_SHA = "26c4ae58f018bbfb531448be10a8b243c742b3457c6e2e0e01e300872f896f02"
X86_SHA = "609a4734aa0aac5e545e32a5cb12e4cba259c439f6d08a6bbfd348a00f842edb"
VERSION = "0.16.1"

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 = "74ad2f09b69fb640a2f966f9f2b8466c4ac8a08cb5622010c7cada6263bbf982"

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

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 74a0a76

Please sign in to comment.