1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00
libkernaux/bindings/ruby/lib/kernaux/version.rb

13 lines
223 B
Ruby

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