Skip to content

Commit 940923b

Browse files
authored
chore: bump version → 1.0.0-beta8 (#19)
Signed-off-by: Sam Gammon <[email protected]>
1 parent 0024dce commit 940923b

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
ALGOLIA_APP_NAME: '6PJZ7B6YKU'
1717
ALGOLIA_INDEX_NAME: 'dev_elide_docs'
1818
CONFIG_JSON_PRODUCT: 'E'
19-
CONFIG_JSON_VERSION: '1.0.0-beta7'
19+
CONFIG_JSON_VERSION: '1.0.0-beta8'
2020

2121
jobs:
2222
build:

Writerside/e.tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
<toc-element topic="Performance.md"/>
8787
</toc-element>
8888
<toc-element toc-title="Release Notes">
89+
<toc-element toc-title="1.0.0-beta8" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-beta8" />
8990
<toc-element toc-title="1.0.0-beta7" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-beta7" />
9091
<toc-element toc-title="1.0.0-beta6" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-beta6" />
9192
<toc-element toc-title="1.0.0-beta5" href="https://github.com/elide-dev/elide/releases/tag/1.0.0-beta5" />
@@ -111,8 +112,8 @@
111112
<toc-element topic="CLI-Reference.md"/>
112113
<toc-element topic="Contributors.md"/>
113114
<toc-element topic="humans.md"/>
114-
<toc-element toc-title="Binary Report" href="https://dl.elide.dev/cli/v1/snapshot/linux-amd64/1.0.0-beta7/elide.build-report.html" />
115-
<toc-element toc-title="SBOM" href="https://dl.elide.dev/cli/v1/snapshot/linux-amd64/1.0.0-beta7/elide.sbom.json" />
115+
<toc-element toc-title="Binary Report" href="https://dl.elide.dev/cli/v1/snapshot/linux-amd64/1.0.0-beta8/elide.build-report.html" />
116+
<toc-element toc-title="SBOM" href="https://dl.elide.dev/cli/v1/snapshot/linux-amd64/1.0.0-beta8/elide.sbom.json" />
116117
<toc-element toc-title="API Docs" href="https://docs.elide.dev/apidocs/index.html" />
117118
<toc-element toc-title="Elide on Discord" href="https://elide.dev/discord" />
118119
<toc-element toc-title="Elide on GitHub" href="https://elide.dev/github" />

Writerside/topics/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ docker run --rm -it ghcr.io/elide-dev/bash
8686
with:
8787
# any tag from the `elide-dev/releases` repo.
8888
# omit a version to use the latest version.
89-
version: 1.0.0-beta7
89+
version: 1.0.0-beta8
9090
```
9191
9292
## Troubleshooting

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<vars>
44
<var name="product" value="Elide"/>
55
<var name="cli" value="elide"/>
6-
<var name="version" value="1.0.0-beta7"/>
6+
<var name="version" value="1.0.0-beta8"/>
77
<var name="elideDocsSite" value="https://docs.elide.dev"/>
88
<var name="elideSite" value="https://elide.dev"/>
99
<var name="elideGitHubOrg" value="https://github.com/elide-dev"/>

Writerside/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<images dir="images" web-path="docs"/>
88
<categories src="c.list"/>
99
<vars src="v.list"/>
10-
<instance src="e.tree" version="1.0.0-beta7" web-path="E" />
10+
<instance src="e.tree" version="1.0.0-beta8" web-path="E" />
1111
</ihp>

0 commit comments

Comments
 (0)