bindings: ruby: fix version identifier to 2.1.3 (#2142)

This commit is contained in:
Levente Polyak
2025-04-05 16:17:04 +02:00
committed by GitHub
parent 1aad423fe5
commit 143b352775
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
# Use bundle install && rake to install gem and test
install: gen_const
cd unicorn_gem && rake build
cd unicorn_gem && gem install --local pkg/unicorn-engine-2.1.1.gem
cd unicorn_gem && gem install --local pkg/unicorn-engine-2.1.3.gem
gen_const:
cd .. && python3 const_generator.py ruby

View File

@@ -1,3 +1,3 @@
module Unicorn
VERSION = "2.1.1"
VERSION = "2.1.3"
end