[ruby/prism] Bump version to 0.14.0

https://github.com/ruby/prism/commit/1731bf4520
This commit is contained in:
Kevin Newton 2023-10-13 15:40:58 -04:00 committed by git
parent 42484d1281
commit e700582d98
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.13.0"
spec.version = "0.14.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.13.0"
#define EXPECTED_PRISM_VERSION "0.14.0"
#include <ruby.h>
#include <ruby/encoding.h>

View File

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

View File

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