Skip to content

Commit

Permalink
Parra CLI version "0.19.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Nov 19, 2024
1 parent 6dcb78d commit 14e23b7
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.18.0"
ARM_SHA = "029e0c9c5b81f9111b38dc2dd373e01df2c2f14b6a16e998769bffbfbeff5e16"
X86_SHA = "7625cab671f267802ed92b1e053628572649136d452bf0d2fbd332c49424b95a"
VERSION = "0.19.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 = "659304afca0c982678786c31cb4f4152f88497fedf2b49eb070fca2c55f8e342"

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

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 14e23b7

Please sign in to comment.