Commit 66ae0d9 committed Feb 19, 2025 Verified
1 parent 940b50d commit 66ae0d9 Copy full SHA for 66ae0d9
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ go version
25
25
#### To Existing Project
26
26
27
27
``` bash
28
- # Fetches Avail-GO SDK v0.2.0-rc5 . This might not be the newest version so make sure to check out the latest github avail-go-sdk release.
28
+ # Fetches Avail-GO SDK v0.2.2 . This might not be the newest version so make sure to check out the latest github avail-go-sdk release.
29
29
# Link to Github: https://github.com/availproject/avail-go-sdk/releases
30
- go get github.com/availproject/avail-go-sdk@v0.2.0-rc5
30
+ go get github.com/availproject/avail-go-sdk@v0.2.2
31
31
```
32
32
33
33
#### To A New Project
34
34
35
35
``` bash
36
36
# Creates a new project with name myproject
37
37
go mod init myproject
38
- # Fetches Avail-GO SDK v0.2.1 . This might not be the newest version so make sure to check out the latest github avail-go-sdk release.
38
+ # Fetches Avail-GO SDK v0.2.2 . This might not be the newest version so make sure to check out the latest github avail-go-sdk release.
39
39
# Link to Github: https://github.com/availproject/avail-go-sdk/releases
40
- go get github.com/availproject/avail-go-sdk@v0.2.1
40
+ go get github.com/availproject/avail-go-sdk@v0.2.2
41
41
```
42
42
43
43
#### First Time Running
Original file line number Diff line number Diff line change 1
1
# SDK Version
2
2
3
- This Documentation is based upon avail-go version v0.2.0
3
+ This Documentation is based upon avail-go version v0.2.2
You can’t perform that action at this time.
0 commit comments