Skip to content

Commit

Permalink
chore: update stable-v4 module version to v4.3.1 (#171)
Browse files Browse the repository at this point in the history
* chore: update stable-v4 module version to v4.3.1

* Prepare stable-v4 for version v4.3.1
  • Loading branch information
flc1125 authored Jan 8, 2025
1 parent cc3371b commit d85f391
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion crontest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ go 1.22.0

replace github.com/flc1125/go-cron/v4 => ../

require github.com/flc1125/go-cron/v4 v4.3.0
require github.com/flc1125/go-cron/v4 v4.3.1
4 changes: 2 additions & 2 deletions middleware/delayoverlapping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/flc1125/go-cron/crontest/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/flc1125/go-cron/crontest/v4 v4.3.1
github.com/flc1125/go-cron/v4 v4.3.1
github.com/stretchr/testify v1.10.0
)

Expand Down
4 changes: 2 additions & 2 deletions middleware/distributednooverlapping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/flc1125/go-cron/crontest/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/flc1125/go-cron/crontest/v4 v4.3.1
github.com/flc1125/go-cron/v4 v4.3.1
github.com/stretchr/testify v1.10.0
)

Expand Down
4 changes: 2 additions & 2 deletions middleware/distributednooverlapping/redismutex/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ replace (
)

require (
github.com/flc1125/go-cron/middleware/distributednooverlapping/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/flc1125/go-cron/middleware/distributednooverlapping/v4 v4.3.1
github.com/flc1125/go-cron/v4 v4.3.1
github.com/redis/go-redis/v9 v9.7.0
github.com/stretchr/testify v1.10.0
)
Expand Down
4 changes: 2 additions & 2 deletions middleware/nooverlapping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/flc1125/go-cron/crontest/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/flc1125/go-cron/crontest/v4 v4.3.1
github.com/flc1125/go-cron/v4 v4.3.1
github.com/stretchr/testify v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion middleware/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
replace github.com/flc1125/go-cron/v4 => ../../

require (
github.com/flc1125/go-cron/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.1
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.33.0
go.opentelemetry.io/otel/sdk v1.33.0
Expand Down
4 changes: 2 additions & 2 deletions middleware/recovery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/flc1125/go-cron/crontest/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/flc1125/go-cron/crontest/v4 v4.3.1
github.com/flc1125/go-cron/v4 v4.3.1
github.com/stretchr/testify v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package cron

func Version() string {
return "4.3.0"
return "4.3.1"
}
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module-sets:
stable-v4:
version: v4.3.0
version: v4.3.1
modules:
- github.com/flc1125/go-cron/v4
- github.com/flc1125/go-cron/crontest/v4
Expand Down

0 comments on commit d85f391

Please sign in to comment.