Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ruby/optify/ext/optify_ruby/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "optify_ruby"
version = "0.20.0"
version = "0.21.0"
edition = "2021"

description = "optify bindings for Ruby"
Expand Down
2 changes: 1 addition & 1 deletion ruby/optify/optify.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

VERSION = '1.18.0'
VERSION = '1.19.0'

Gem::Specification.new do |spec|
spec.name = 'optify-config'
Expand Down