fidothe/saxon-rb

View on GitHub
lib/saxon/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'saxon/version/library'

module Saxon
  # Provides the saxon-rb and underlying Saxon library versions
  module Version
    # The version of the saxon-rb gem (not of Saxon itself)
    WRAPPER = "0.8.3"
  end
end