Skip to content

Commit

Permalink
Update to 2.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
star-39 committed Feb 28, 2023
1 parent 6f817fc commit 3dc1480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,10 @@ See details on [web/webapp](https://github.com/star-39/moe-sticker-bot/tree/mast


## CHANGELOG
v2.3.14(20230228)
v2.3.14-2.3.15(20230228)
* Fix missing libwebp in OCI.
* Support TGS export.
* Improve GIF efficiency.

v2.3.11-v2.3.13 (20230227)
* Fix flood limit by ignoring it.
Expand Down
2 changes: 1 addition & 1 deletion core/define.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
tele "gopkg.in/telebot.v3"
)

var BOT_VERSION = "2.3.14-GO"
var BOT_VERSION = "2.3.15-GO"

var b *tele.Bot
var cronScheduler *gocron.Scheduler
Expand Down

0 comments on commit 3dc1480

Please sign in to comment.