From 942650dd8ba3ed7946a4621b8d98e6a832bc5c1a Mon Sep 17 00:00:00 2001 From: Anthony De Meulemeester Date: Wed, 28 Feb 2018 20:45:54 +0100 Subject: [PATCH] Fixed typo in README (#33) * Fix typo in readme file * bumped version --- VERSION | 2 +- pkg/vm/compiler/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c5523bd09..66333910a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.17.0 +0.18.0 diff --git a/pkg/vm/compiler/README.md b/pkg/vm/compiler/README.md index aac18be68..e5d4e2949 100644 --- a/pkg/vm/compiler/README.md +++ b/pkg/vm/compiler/README.md @@ -2,7 +2,7 @@ The neo-go compiler compiles Go programs to bytecode that the NEO virtual machine can understand. -***NOTE:*** The neo-go compiler is under very active development and will be updated on a weekly basis. The API is likely going to chance, ***hence do not use this in production environments (mainnet)*** yet. +***NOTE:*** The neo-go compiler is under very active development and will be updated on a weekly basis. The API is likely going to change, ***hence do not use this in production environments (mainnet)*** yet. For help, questions and discussion feel free to join the [City Of Zion discord](https://discordapp.com/invite/R8v48YA) and hop in the #golang channel. Or reach out to me on twitter [@anthdm](https://twitter.com/anthdm)