slack-notifier/slack-notifier

View on GitHub
lib/slack-notifier/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Slack
  class Notifier
    VERSION = "2.4.0".freeze # rubocop:disable Style/RedundantFreeze
  end
end