Skip to content

Commit

Permalink
update repo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 18, 2024
1 parent 5484657 commit 3911a1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ defaults:

env:
# Changes per branch
SILK_ASSET_GROUP: mongodb-go-driver-v1
EVERGREEN_PROJECT: mongo-go-driver-v1
SILK_ASSET_GROUP: mongodb-go-driver-1.17
EVERGREEN_PROJECT: mongo-go-driver-release

jobs:
pre-publish:
Expand Down
8 changes: 4 additions & 4 deletions sbom.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"metadata": {
"timestamp": "2024-06-04T11:44:11.689753+00:00"
"timestamp": "2024-09-18T19:38:39.584721+00:00"
},
"components": [],
"serialNumber": "urn:uuid:6687021d-b80d-46ed-acc9-031a17e582a3",
"serialNumber": "urn:uuid:8813fc25-be9f-468d-b3bd-f5aca51680f6",
"version": 1,
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
"bomFormat": "CycloneDX",
"specVersion": "1.5"
"specVersion": "1.5",
"vulnerabilities": []
}
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
package version // import "go.mongodb.org/mongo-driver/version"

// Driver is the current version of the driver.
var Driver = "1.17.0"
var Driver = "1.17-prerelease"

0 comments on commit 3911a1b

Please sign in to comment.