libkernaux/bindings/ruby/lib/kernaux/version.rb

14 lines
223 B
Ruby
Raw Normal View History

2022-01-18 10:20:37 +00:00
# frozen_string_literal: true
module KernAux
# Gem version.
2022-06-16 15:27:48 +00:00
VERSION = '0.4.0'
2022-06-07 19:41:05 +00:00
##
# This module includes functions to determine if specific features are
# supported by the library.
#
module Version
end
2022-01-18 10:20:37 +00:00
end