We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e0bfad + 3e08f85 commit e0e14aaCopy full SHA for e0e14aa
client/protocol_versions.json
@@ -28,5 +28,8 @@
28
},
29
"0.7.1": {
30
"min": "0.7.0"
31
+ },
32
+ "0.7.2": {
33
+ "min": "0.7.2"
34
}
35
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ain-blockchain",
3
"description": "AI Network Blockchain",
4
- "version": "0.7.1",
+ "version": "0.7.2",
5
"private": true,
6
"license": "MIT",
7
"author": "dev@ainetwork.ai",
0 commit comments