# frozen_string_literal: true module Bundler class Commentate < Bundler::Plugin::API VERSION = '0.2.0' end end