Skip to content

Commit

Permalink
Merge pull request #370 from snyk/feat/change-pivot-date-october
Browse files Browse the repository at this point in the history
feat: change pivot date to october first
  • Loading branch information
RaduPetreTarean authored Sep 2, 2024
2 parents cde530e + 1c669b5 commit 5220859
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-09-01")
var defaultPivotDate = vervet.MustParseVersion("2024-10-01")
var defaultVersioningUrl = "https://api.snyk.io/rest/openapi"

var pivotDateCLIFlagName = "pivot-version"
Expand Down

0 comments on commit 5220859

Please sign in to comment.