Skip to content

Commit

Permalink
🔖 v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Feb 27, 2023
1 parent e3e991e commit 611c275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kanban/banner.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package kanban

// Version ...
var Version = "v1.6.2-beta4"
var Version = "v1.6.2"

// Banner ...
var Banner = "* OneBot + ZeroBot + Golang\n" +
"* Version " + Version + " - 2023-02-15 17:27:40 +0800 CST\n" +
"* Version " + Version + " - 2023-02-27 21:00:34 +0800 CST\n" +
"* Copyright © 2020 - 2023 FloatTech. All Rights Reserved.\n" +
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"

0 comments on commit 611c275

Please sign in to comment.