File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "prism"
5- spec . version = "1.2 .0"
5+ spec . version = "1.3 .0"
66 spec . authors = [ "Shopify" ]
77 spec . email = [ "[email protected] " ] 88
Original file line number Diff line number Diff line change 11#ifndef PRISM_EXT_NODE_H
22#define PRISM_EXT_NODE_H
33
4- #define EXPECTED_PRISM_VERSION "1.2 .0"
4+ #define EXPECTED_PRISM_VERSION "1.3 .0"
55
66#include <ruby.h>
77#include <ruby/encoding.h>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module Prism
1010
1111 # The minor version of prism that we are expecting to find in the serialized
1212 # strings.
13- MINOR_VERSION = 2
13+ MINOR_VERSION = 3
1414
1515 # The patch version of prism that we are expecting to find in the serialized
1616 # strings.
Original file line number Diff line number Diff line change 1414/**
1515 * The minor version of the Prism library as an int.
1616 */
17- #define PRISM_VERSION_MINOR 2
17+ #define PRISM_VERSION_MINOR 3
1818
1919/**
2020 * The patch version of the Prism library as an int.
2424/**
2525 * The version of the Prism library as a constant string.
2626 */
27- #define PRISM_VERSION "1.2 .0"
27+ #define PRISM_VERSION "1.3 .0"
2828
2929#endif
You can’t perform that action at this time.
0 commit comments