Skip to content

Commit

Permalink
Parra CLI version "0.3.5"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 9, 2024
1 parent 9db3d2c commit 01492a0
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.3.4"
ARM_SHA = "395533280771fb2bfa0e9fac81df2d6e567020263f14389899b0819d60f88c30"
X86_SHA = "5a8259c5695665388211ab74cadc8cad3f985e96130ae12730b6f3cabbd850f7"
VERSION = "0.3.5"

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

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

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 01492a0

Please sign in to comment.