diff --git a/Changelog.md b/Changelog.md index 14e389d..980a821 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## 0.11 +## 0.11.0 2012/12/04 * upgrade V8 version to 3.11.8 * remove dependency on libv8. enable compilation against system v8 diff --git a/lib/v8/version.rb b/lib/v8/version.rb index 43d347c..66b9c3e 100644 --- a/lib/v8/version.rb +++ b/lib/v8/version.rb @@ -1,3 +1,3 @@ module V8 - VERSION = "0.11.0beta8" + VERSION = "0.11.0" end