Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Dec 25, 2018
1 parent 441946d commit de30507
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
Expand Up @@ -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.4.1
// versions.yode = 0.4.2
versions.As<v8::Object>()->Set(
env->context(), ToV8(env, "yode"), ToV8(env, "0.4.1")).ToChecked();
env->context(), ToV8(env, "yode"), ToV8(env, "0.4.2")).ToChecked();
return true;
}

Expand Down

0 comments on commit de30507

Please sign in to comment.