This commit is contained in:
Ken Hibino
2021-12-12 06:16:13 -08:00
parent 157e97e72e
commit 970cb7a606
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ import (
)
// Version of asynq library and CLI.
const Version = "0.19.0"
const Version = "0.19.1"
// DefaultQueueName is the queue name used if none are specified by user.
const DefaultQueueName = "default"