[ruby/prism] Bump to version 0.15.0

https://github.com/ruby/prism/commit/ee429f8d50
This commit is contained in:
Kevin Newton 2023-10-18 12:28:19 -04:00 committed by git
parent 8210cc4218
commit 0f1e040068
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "prism"
spec.version = "0.14.0"
spec.version = "0.15.0"
spec.authors = ["Shopify"]
spec.email = ["ruby@shopify.com"]

View File

@ -1,7 +1,7 @@
#ifndef PRISM_EXT_NODE_H
#define PRISM_EXT_NODE_H
#define EXPECTED_PRISM_VERSION "0.14.0"
#define EXPECTED_PRISM_VERSION "0.15.0"
#include <ruby.h>
#include <ruby/encoding.h>

View File

@ -14,7 +14,7 @@ end
module Prism
module Serialize
MAJOR_VERSION = 0
MINOR_VERSION = 14
MINOR_VERSION = 15
PATCH_VERSION = 0
def self.load(input, serialized)

View File

@ -1,4 +1,4 @@
#define PRISM_VERSION_MAJOR 0
#define PRISM_VERSION_MINOR 14
#define PRISM_VERSION_MINOR 15
#define PRISM_VERSION_PATCH 0
#define PRISM_VERSION "0.14.0"
#define PRISM_VERSION "0.15.0"