1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00
Files
telegram-bot/lib/telegram/bot/version.rb
2025-01-14 22:52:59 -05:00

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