There was an error while loading. Please reload this page.
1 parent 9379304 commit 5bf34beCopy full SHA for 5bf34be
2 files changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -38,7 +38,7 @@ body:
38
id: sdk-version
39
attributes:
40
label: SDK Version
41
- placeholder: "0.2.0"
+ placeholder: "0.3.0"
42
validations:
43
required: true
44
- type: input
@@ -52,7 +52,7 @@ body:
52
id: server-version
53
54
label: Streamline Server Version
55
56
57
id: os
58
docker-compose.test.yml
@@ -3,7 +3,7 @@
3
version: "3.8"
4
services:
5
streamline:
6
- image: ghcr.io/streamlinelabs/streamline:0.2.0
+ image: ghcr.io/streamlinelabs/streamline:0.3.0
7
ports:
8
- "9092:9092"
9
- "9094:9094"
0 commit comments