Skip to content

Commit

Permalink
updating wasmvm (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell authored Jul 9, 2024
2 parents c733092 + f4d127b commit 180df9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrades/gov-props/convert.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
def main():
f = open("v3.4.0.md", "r")
f = open("v4.0.0.md", "r")
mdown = f.read()

print(mdown.replace("\n", '\\n'))


main()
main()

0 comments on commit 180df9d

Please sign in to comment.