Skip to content

Commit 6f2c8a5

Browse files
Merge pull request #61 from ava-labs/release-nits
v0.2.0 Release Nits
2 parents 6279922 + d261546 commit 6f2c8a5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
1616
```
1717
1818
[v0.1.1-v0.1.2] [email protected]
19+
1920
```
2021

2122
## API

contract-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Subnet EVM Contracts
22

3-
CONTRACTS HERE ARE CONSIDERED [ALPHA SOFTWARE](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha). USE AT YOUR OWN RISK!
3+
CONTRACTS HERE ARE [ALPHA SOFTWARE](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha) AND ARE NOT YET AUDITED. USE AT YOUR OWN RISK!
44

55
## Introduction
66

scripts/versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

33
# Set up the versions to be used
4-
subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.1.2'}
4+
subnet_evm_version=${SUBNET_EVM_VERSION:-'v0.2.0'}
55
# Don't export them as they're used in the context of other calls
6-
avalanche_version=${AVALANCHE_VERSION:-'v1.7.6'}
6+
avalanche_version=${AVALANCHE_VERSION:-'v1.7.7'}

0 commit comments

Comments
 (0)