1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00

Bump version

This commit is contained in:
Sam Saffron 2021-11-11 17:45:18 +11:00
parent 33e90ab36c
commit d9f890c928
No known key found for this signature in database
GPG key ID: B9606168D2FFD9F5

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
module MiniRacer
VERSION = "0.5.0.pre"
VERSION = "0.5.0"
LIBV8_NODE_VERSION = "~> 16.10.0.0"
end