Skip to content

Commit

Permalink
Merge pull request #374 from snyk/fix/move-pivot-date-to-the-15th
Browse files Browse the repository at this point in the history
fix: move pivot date to 15 oct
  • Loading branch information
tinygrasshopper authored Sep 3, 2024
2 parents 5372768 + 9948eb3 commit 070d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/snyk/vervet/v8/internal/simplebuild"
)

var defaultPivotDate = vervet.MustParseVersion("2024-10-01")
var defaultPivotDate = vervet.MustParseVersion("2024-10-15")
var defaultVersioningUrl = "https://api.snyk.io/rest/openapi"

var pivotDateCLIFlagName = "pivot-version"
Expand Down

0 comments on commit 070d950

Please sign in to comment.