Files
regorus/bindings/ruby/lib/regorus/version.rb
Anand Krishnamoorthi ee898e112e Update binding versions for next release (#270)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-06-18 23:39:12 -07:00

6 lines
70 B
Ruby

# frozen_string_literal: true
module Regorus
VERSION = "0.2.1"
end