mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
* Update ruby binding deps, ruby gem version 0.2.3 * and gem version to 0.2.3 * specify bunlder and rubygems version for CI
6 lines
70 B
Ruby
6 lines
70 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Regorus
|
|
VERSION = "0.2.3"
|
|
end
|