Skip to content

Commit c1cbed3

Browse files
Update version references for v0.112-0 release (#78)
Bump APT and RPM version examples from 0.111 to 0.112 in PACKAGE-INSTALL.md and app/packages/page.tsx for the v0.112-0 release. Signed-off-by: Guanzhou Song <guanzhousong@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 83af96c commit c1cbed3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

PACKAGE-INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ GitHub Releases contains `.deb` and `.rpm` extension assets for every published
252252
Examples:
253253

254254
```text
255-
ubuntu22.04-postgresql-18-documentdb_0.111-0_amd64.deb
256-
deb13-postgresql-18-documentdb_0.111-0_amd64.deb
257-
rhel9-postgresql18-documentdb-0.111.0-1.el9.x86_64.rpm
255+
ubuntu22.04-postgresql-18-documentdb_0.112-0_amd64.deb
256+
deb13-postgresql-18-documentdb_0.112-0_amd64.deb
257+
rhel9-postgresql18-documentdb-0.112.0-1.el9.x86_64.rpm
258258
```
259259

260260
- GitHub Releases: https://github.com/documentdb/documentdb/releases

app/packages/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ const nextGuides = [
5050
] as const;
5151

5252
const allReleasesUrl = "https://github.com/documentdb/documentdb/releases";
53-
const currentAptVersionExample = "0.111-0";
54-
const currentRpmVersionExample = "0.111.0-1.el9";
53+
const currentAptVersionExample = "0.112-0";
54+
const currentRpmVersionExample = "0.112.0-1.el9";
5555
const currentReleaseExamples = [
5656
`ubuntu22.04-postgresql-18-documentdb_${currentAptVersionExample}_amd64.deb`,
5757
`deb13-postgresql-18-documentdb_${currentAptVersionExample}_amd64.deb`,

0 commit comments

Comments
 (0)