File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ defaults:
2020
2121env :
2222 # Changes per branch
23- SILK_ASSET_GROUP : mongodb-go-driver-v1
24- EVERGREEN_PROJECT : mongo-go-driver-v1
23+ SILK_ASSET_GROUP : mongodb-go-driver-1.17
24+ EVERGREEN_PROJECT : mongo-go-driver-release
2525
2626jobs :
2727 pre-publish :
Original file line number Diff line number Diff line change 11{
22 "metadata" : {
3- "timestamp" : " 2024-06-04T11:44:11.689753 +00:00"
3+ "timestamp" : " 2024-09-18T19:38:39.584721 +00:00"
44 },
5- "components" : [],
6- "serialNumber" : " urn:uuid:6687021d-b80d-46ed-acc9-031a17e582a3" ,
5+ "serialNumber" : " urn:uuid:8813fc25-be9f-468d-b3bd-f5aca51680f6" ,
76 "version" : 1 ,
87 "$schema" : " http://cyclonedx.org/schema/bom-1.5.schema.json" ,
98 "bomFormat" : " CycloneDX" ,
10- "specVersion" : " 1.5"
9+ "specVersion" : " 1.5" ,
10+ "vulnerabilities" : []
1111}
Original file line number Diff line number Diff line change 88package version // import "go.mongodb.org/mongo-driver/version"
99
1010// Driver is the current version of the driver.
11- var Driver = "1.17.0 "
11+ var Driver = "1.17-prerelease "
You can’t perform that action at this time.
0 commit comments