2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-25 17:15:02 +08:00

release (v0.27.0): prepare dep updates, silence codecov in PRs

This commit is contained in:
Mohammed Sohail
2026-04-09 12:15:18 +03:00
parent f81c78e68d
commit 5dfbf92903
5 changed files with 35 additions and 14 deletions

View File

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