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.5.0 "
5+ spec . version = "1.5.1 "
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.5.0 "
4+ #define EXPECTED_PRISM_VERSION "1.5.1 "
55
66#include <ruby.h>
77#include <ruby/encoding.h>
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module Prism
1414
1515 # The patch version of prism that we are expecting to find in the serialized
1616 # strings.
17- PATCH_VERSION = 0
17+ PATCH_VERSION = 1
1818
1919 # Deserialize the dumped output from a request to parse or parse_file.
2020 #
Original file line number Diff line number Diff line change 1919/**
2020 * The patch version of the Prism library as an int.
2121 */
22- #define PRISM_VERSION_PATCH 0
22+ #define PRISM_VERSION_PATCH 1
2323
2424/**
2525 * The version of the Prism library as a constant string.
2626 */
27- #define PRISM_VERSION "1.5.0 "
27+ #define PRISM_VERSION "1.5.1 "
2828
2929#endif
You can’t perform that action at this time.
0 commit comments