Skip to content

Commit 3911a1b

Browse files
committed
update repo metadata
1 parent 5484657 commit 3911a1b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ defaults:
2020

2121
env:
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

2626
jobs:
2727
pre-publish:

sbom.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
}

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
package 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"

0 commit comments

Comments
 (0)