Skip to content

Commit

Permalink
Parra CLI version "0.3.14"
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmaccallum committed Sep 21, 2024
1 parent 7bc8129 commit 618aa4e
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.13"
ARM_SHA = "1be1fa4993e045ea35b7de02ffffaab7be9594bba248c46008408e6b9de7871a"
X86_SHA = "d6e6473999e27ecc974b7e493811716d195815c76950198bfa358e998dfb1834"
VERSION = "0.3.14"

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 = "98156fe84e69d2171f8befdc4ef616761e6d8ee77c8b10c397fe5fba20935bee"

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

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 618aa4e

Please sign in to comment.