File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ defaults:
20
20
21
21
env :
22
22
# 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
25
25
26
26
jobs :
27
27
pre-publish :
Original file line number Diff line number Diff line change 1
1
{
2
2
"metadata" : {
3
- "timestamp" : " 2024-06-04T11:44:11.689753 +00:00"
3
+ "timestamp" : " 2024-09-18T19:38:39.584721 +00:00"
4
4
},
5
- "components" : [],
6
- "serialNumber" : " urn:uuid:6687021d-b80d-46ed-acc9-031a17e582a3" ,
5
+ "serialNumber" : " urn:uuid:8813fc25-be9f-468d-b3bd-f5aca51680f6" ,
7
6
"version" : 1 ,
8
7
"$schema" : " http://cyclonedx.org/schema/bom-1.5.schema.json" ,
9
8
"bomFormat" : " CycloneDX" ,
10
- "specVersion" : " 1.5"
9
+ "specVersion" : " 1.5" ,
10
+ "vulnerabilities" : []
11
11
}
Original file line number Diff line number Diff line change 8
8
package version // import "go.mongodb.org/mongo-driver/version"
9
9
10
10
// 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