aboutsummaryrefslogtreecommitdiffstats
path: root/prism/extension.h
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-09-29 11:20:30 -0400
committergit <svn-admin@ruby-lang.org>2023-09-29 15:21:50 +0000
commitbe63e2515b180c962e4347ce4feda70a0659cac7 (patch)
tree206b33c9fca0784924413481dcbbf497faca63cd /prism/extension.h
parent100ce34331c40eed7039233a15d80e8efa5a1ac3 (diff)
downloadruby-be63e2515b180c962e4347ce4feda70a0659cac7.tar.gz
[ruby/prism] Bump version
https://github.com/ruby/prism/commit/3e44415ca2
Diffstat (limited to 'prism/extension.h')
-rw-r--r--prism/extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/extension.h b/prism/extension.h
index 1efece97f1..13753f16bb 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.12.0"
+#define EXPECTED_PRISM_VERSION "0.13.0"
#include <ruby.h>
#include <ruby/encoding.h>