1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-06-30 18:42:46 -04:00
libkernaux/bindings/ruby/lib/kernaux/version.rb
2022-12-05 17:46:41 +04:00

13 lines
223 B
Ruby

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