-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c81a733
commit ed442ab
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: v2 | ||
name: reth | ||
version: 1.0.0 | ||
version: 1.0.1 | ||
kubeVersion: "^1.20.0-0" | ||
description: Reth (short for Rust Ethereum, pronunciation) is an Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient. | ||
type: application | ||
|
@@ -16,7 +16,7 @@ sources: | |
maintainers: | ||
- name: Dmitri Tsumak | ||
email: [email protected] | ||
appVersion: v1.0.0 | ||
appVersion: v1.0.1 | ||
|
||
dependencies: | ||
- name: common | ||
|