Skip to content

Commit

Permalink
bump hermes binary (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Pantani <Pantani>
  • Loading branch information
Pantani authored Nov 16, 2023
1 parent cb867d7 commit f33ca4b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hermes/data_darwin_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package hermes

import _ "embed" // embed is required for binary embedding.

//go:embed hermes-v1.6.0-x86_64-apple-darwin.tar.gz
//go:embed hermes-v1.7.1-x86_64-apple-darwin.tar.gz
var binaryCompressed []byte
2 changes: 1 addition & 1 deletion hermes/data_darwin_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package hermes

import _ "embed" // embed is required for binary embedding.

//go:embed hermes-v1.6.0-aarch64-apple-darwin.tar.gz
//go:embed hermes-v1.7.1-aarch64-apple-darwin.tar.gz
var binaryCompressed []byte
2 changes: 1 addition & 1 deletion hermes/data_linux_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package hermes

import _ "embed" // embed is required for binary embedding.

//go:embed hermes-v1.6.0-x86_64-unknown-linux-gnu.tar.gz
//go:embed hermes-v1.7.1-x86_64-unknown-linux-gnu.tar.gz
var binaryCompressed []byte
2 changes: 1 addition & 1 deletion hermes/data_linux_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package hermes

import _ "embed" // embed is required for binary embedding.

//go:embed hermes-v1.6.0-aarch64-unknown-linux-gnu.tar.gz
//go:embed hermes-v1.7.1-aarch64-unknown-linux-gnu.tar.gz
var binaryCompressed []byte
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit f33ca4b

Please sign in to comment.