This commit is contained in:
Ken Hibino
2021-08-17 17:12:33 -07:00
parent cfd1a1dfe8
commit 421dc584ff
2 changed files with 3 additions and 1 deletions

View File

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