Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Mar 27, 2018
1 parent 0ee5e2b commit a34f0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/yode.cc
Original file line number Diff line number Diff line change
@@ -73,9 +73,9 @@ bool InitWrapper(node::Environment* env) {
// versions = process.versions
v8::Local<v8::Value> versions = env->process_object()->Get(
env->context(), ToV8(env, "versions")).ToLocalChecked();
// versions.yode = 0.3.0
// versions.yode = 0.3.2
versions.As<v8::Object>()->Set(
env->context(), ToV8(env, "yode"), ToV8(env, "0.3.0")).ToChecked();
env->context(), ToV8(env, "yode"), ToV8(env, "0.3.2")).ToChecked();
return true;
}

0 comments on commit a34f0f8

Please sign in to comment.