2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-08-19 15:08:55 +08:00

Add version command to CLI

This commit is contained in:
Ken Hibino
2020-06-29 13:56:53 -07:00
parent 195f4603bb
commit 486dcd799b
3 changed files with 23 additions and 7 deletions

View File

@@ -17,6 +17,9 @@ import (
"github.com/rs/xid"
)
// Version of asynq library and CLI.
const Version = "0.10.0"
// DefaultQueueName is the queue name used if none are specified by user.
const DefaultQueueName = "default"