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

14 lines
223 B
Ruby

# frozen_string_literal: true
module KernAux
# Gem version.
VERSION = '0.4.0'
##
# This module includes functions to determine if specific features are
# supported by the library.
#
module Version
end
end