2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-20 21:26:14 +08:00

Add version command to CLI

This commit is contained in:
Ken Hibino
2020-06-29 13:56:53 -07:00
parent 83c9d5ae94
commit 6cd0ab65a3
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"