Skip to content

Commit e0e14aa

Browse files
authored
Merge pull request #385 from ainblockchain/release/v0.7.2-hotfix
Release 0.7.2 to Master branch
2 parents 4e0bfad + 3e08f85 commit e0e14aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

client/protocol_versions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
},
2929
"0.7.1": {
3030
"min": "0.7.0"
31+
},
32+
"0.7.2": {
33+
"min": "0.7.2"
3134
}
3235
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ain-blockchain",
33
"description": "AI Network Blockchain",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"private": true,
66
"license": "MIT",
77
"author": "dev@ainetwork.ai",

0 commit comments

Comments
 (0)