summaryrefslogtreecommitdiff
path: root/lib/roadrunner.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/roadrunner.go')
-rw-r--r--lib/roadrunner.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/roadrunner.go b/lib/roadrunner.go
index 7f2d32a2..21504f04 100644
--- a/lib/roadrunner.go
+++ b/lib/roadrunner.go
@@ -6,12 +6,12 @@ import (
configImpl "github.com/roadrunner-server/config/v4"
"github.com/roadrunner-server/endure/v2"
- "github.com/roadrunner-server/roadrunner/v2023/container"
+ "github.com/roadrunner-server/roadrunner/v2024/container"
)
const (
rrPrefix string = "rr"
- rrModule string = "github.com/roadrunner-server/roadrunner/v2023"
+ rrModule string = "github.com/roadrunner-server/roadrunner/v2024"
)
type RR struct {