зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 15:26:18 +03:00
12 строки
158 B
Ruby
12 строки
158 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Telegram
|
|
module Bot
|
|
VERSION = '0.16.7'
|
|
|
|
def self.gem_version
|
|
Gem::Version.new VERSION
|
|
end
|
|
end
|
|
end
|