File: version.rb

package info (click to toggle)
ruby-slack-notifier 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: ruby: 1,076; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

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