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

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