Skip to content

Commit

Permalink
Merge pull request #61 from ava-labs/release-nits
Browse files Browse the repository at this point in the history
v0.2.0 Release Nits
  • Loading branch information
patrick-ogrady authored Mar 14, 2022
2 parents 6279922 + d261546 commit 6f2c8a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
```
[v0.1.0] [email protected]
[v0.1.1-v0.1.2] [email protected]
[v0.2.0] [email protected]
```

## API
Expand Down
2 changes: 1 addition & 1 deletion contract-examples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Subnet EVM Contracts

CONTRACTS HERE ARE CONSIDERED [ALPHA SOFTWARE](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha). USE AT YOUR OWN RISK!
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!

## Introduction

Expand Down
4 changes: 2 additions & 2 deletions scripts/versions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

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

0 comments on commit 6f2c8a5

Please sign in to comment.