Skip to content

Commit

Permalink
Bump version to SDK 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danield9tqh committed Mar 7, 2024
1 parent cfbc4d9 commit 0929036
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Formula/ironfish.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
URL = "https://releases.ironfish.network/ironfish-cli-83c9078.tar.gz".freeze
SHA = "eebbfc009c42bfadc9d7a3ceec8c593a777ebfb86f6d189464624c3a4811c3c4".freeze
VERSION = "109".freeze
URL = "https://releases.ironfish.network/ironfish-cli-f996f89.tar.gz".freeze

Check warning on line 1 in Formula/ironfish.rb

View workflow job for this annotation

GitHub Actions / Build formula on macOS

No bottle built for ironfish!

ironfish has unbottled dependencies, so a bottle will not be built.
SHA = "be02767bf4b0bccafae8b644901f4bb39120ccd5a65ba4e42205bbf5dbfb4793".freeze
VERSION = "110".freeze

class Ironfish < Formula
desc "Everything you need to get started with Iron Fish"
Expand Down
6 changes: 3 additions & 3 deletions Formula/ironfishbeta.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
URL = "https://releases.ironfish.network/ironfish-cli-83c9078.tar.gz".freeze
SHA = "eebbfc009c42bfadc9d7a3ceec8c593a777ebfb86f6d189464624c3a4811c3c4".freeze
VERSION = "109".freeze
URL = "https://releases.ironfish.network/ironfish-cli-f996f89.tar.gz".freeze

Check warning on line 1 in Formula/ironfishbeta.rb

View workflow job for this annotation

GitHub Actions / Build formula on macOS

No bottle built for ironfishbeta!

ironfishbeta has unbottled dependencies, so a bottle will not be built.
SHA = "be02767bf4b0bccafae8b644901f4bb39120ccd5a65ba4e42205bbf5dbfb4793".freeze
VERSION = "110".freeze

class Ironfishbeta < Formula
desc "Beta distribution of Iron Fish"
Expand Down

0 comments on commit 0929036

Please sign in to comment.