Skip to content

Commit

Permalink
🔖 v1.6.1-fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Jan 16, 2023
1 parent 0a72566 commit f1a33a1
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.1"
var Version = "v1.6.1-fix1"

// Banner ...
var Banner = "* OneBot + ZeroBot + Golang\n" +
"* Version " + Version + " - 2023-01-13 00:49:39 +0800 CST\n" +
"* Version " + Version + " - 2023-01-16 11:36:10 +0800 CST\n" +
"* Copyright © 2020 - 2023 FloatTech. All Rights Reserved.\n" +
"* Project: https://github.com/FloatTech/ZeroBot-Plugin"

0 comments on commit f1a33a1

Please sign in to comment.