From e700582d983e5fc40da621ec4a82aa46da11302b Mon Sep 17 00:00:00 2001 From: Kevin Newton Date: Fri, 13 Oct 2023 15:40:58 -0400 Subject: [PATCH] [ruby/prism] Bump version to 0.14.0 https://github.com/ruby/prism/commit/1731bf4520 --- lib/prism/prism.gemspec | 2 +- prism/extension.h | 2 +- prism/templates/lib/prism/serialize.rb.erb | 2 +- prism/version.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/prism/prism.gemspec b/lib/prism/prism.gemspec index acd0ddcf05..0318cba6c2 100644 --- a/lib/prism/prism.gemspec +++ b/lib/prism/prism.gemspec @@ -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"] diff --git a/prism/extension.h b/prism/extension.h index 13753f16bb..b260de2937 100644 --- a/prism/extension.h +++ b/prism/extension.h @@ -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 #include diff --git a/prism/templates/lib/prism/serialize.rb.erb b/prism/templates/lib/prism/serialize.rb.erb index 9773160e0d..047bd3d99d 100644 --- a/prism/templates/lib/prism/serialize.rb.erb +++ b/prism/templates/lib/prism/serialize.rb.erb @@ -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) diff --git a/prism/version.h b/prism/version.h index ba63d0a5d2..8787b40ae1 100644 --- a/prism/version.h +++ b/prism/version.h @@ -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"