yasaichi/gretel-jsonld

View on GitHub
lib/gretel/jsonld/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Gretel
  module JSONLD
    VERSION = "0.2.0".freeze
  end
end