Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 3, 2023
1 parent ca9287b commit 64ed4fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion articles/doc/en/quickstart/edgevana.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Linux Ubuntu 20.04 TS - Edgevana
User: solv

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.5.7/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.6.0/install")"
$ cd ~ && source ~/.profile
$ solv setup
```
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/quickstart/latitude.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Server OS:
## Solana Validator Setup

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.3/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.6/install")"
$ cd ~ && source ~/.profile
$ solv setup
```
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/quickstart/edgevana.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Linux Ubuntu 20.04 TS
User: solv

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.5.7/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv/v1.6.0/install")"
$ cd ~ && source ~/.profile
$ solv setup
```
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/quickstart/latitude.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ OS:
## Solana バリデータのセットアップ

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.3/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv2/v2.1.6/install")"
$ cd ~ && source ~/.profile
$ solv setup
```
Expand Down
4 changes: 2 additions & 2 deletions src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const siteConfig = {
instagramAccount: 'epics.dao',
githubAccount: 'EpicsDAO',
githubRepo: 'https://github.com/EpicsDAO/solv2',
solvVersion: 'v1.5.7',
solv2Version: 'v2.1.3',
solvVersion: 'v1.6.0',
solv2Version: 'v2.1.6',
discordInvitationLink: 'https://discord.gg/GmHYfyRamx',
contactFormJA: 'https://forms.gle/A9ysqtqhTgmcukMD9',
contactFormEN: 'https://forms.gle/GbDcSm4bcQanSK3s8',
Expand Down

0 comments on commit 64ed4fc

Please sign in to comment.