Skip to content

Commit

Permalink
v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
printercu committed May 12, 2024
1 parent da22ecb commit 62c3e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Unreleased

- Update to Bot API 7.0
# 0.16.2

- Update to Bot API 7.3
- Add `# frozen_string_literal: true` to all source files.

# 0.16.1
Expand Down
2 changes: 1 addition & 1 deletion lib/telegram/bot/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Telegram
module Bot
VERSION = '0.16.1'
VERSION = '0.16.2'

def self.gem_version
Gem::Version.new VERSION
Expand Down

0 comments on commit 62c3e3c

Please sign in to comment.