[ruby/yarp] Increment version

2b41ceb754
This commit is contained in:
Kevin Newton 2023-09-08 15:46:44 -04:00 committed by git
parent c0f162caab
commit f4443f3b1c
4 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "yarp"
spec.version = "0.10.0"
spec.version = "0.11.0"
spec.authors = ["Shopify"]
spec.email = ["ruby@shopify.com"]

View file

@ -1,7 +1,7 @@
#ifndef YARP_EXT_NODE_H
#define YARP_EXT_NODE_H
#define EXPECTED_YARP_VERSION "0.10.0"
#define EXPECTED_YARP_VERSION "0.11.0"
#include <ruby.h>
#include <ruby/encoding.h>

View file

@ -14,7 +14,7 @@ end
module YARP
module Serialize
MAJOR_VERSION = 0
MINOR_VERSION = 10
MINOR_VERSION = 11
PATCH_VERSION = 0
def self.load(input, serialized)

View file

@ -1,4 +1,4 @@
#define YP_VERSION_MAJOR 0
#define YP_VERSION_MINOR 10
#define YP_VERSION_MINOR 11
#define YP_VERSION_PATCH 0
#define YP_VERSION "0.10.0"
#define YP_VERSION "0.11.0"