Skip to content

Commit e700582

Browse files
kddnewtonmatzbot
authored andcommitted
[ruby/prism] Bump version to 0.14.0
ruby/prism@1731bf4520
1 parent 42484d1 commit e700582

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/prism/prism.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "prism"
5-
spec.version = "0.13.0"
5+
spec.version = "0.14.0"
66
spec.authors = ["Shopify"]
77
spec.email = ["ruby@shopify.com"]
88

prism/extension.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef PRISM_EXT_NODE_H
22
#define PRISM_EXT_NODE_H
33

4-
#define EXPECTED_PRISM_VERSION "0.13.0"
4+
#define EXPECTED_PRISM_VERSION "0.14.0"
55

66
#include <ruby.h>
77
#include <ruby/encoding.h>

prism/templates/lib/prism/serialize.rb.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414
module Prism
1515
module Serialize
1616
MAJOR_VERSION = 0
17-
MINOR_VERSION = 13
17+
MINOR_VERSION = 14
1818
PATCH_VERSION = 0
1919

2020
def self.load(input, serialized)

prism/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define PRISM_VERSION_MAJOR 0
2-
#define PRISM_VERSION_MINOR 13
2+
#define PRISM_VERSION_MINOR 14
33
#define PRISM_VERSION_PATCH 0
4-
#define PRISM_VERSION "0.13.0"
4+
#define PRISM_VERSION "0.14.0"

0 commit comments

Comments
 (0)