Skip to content

Commit fdc79bd

Browse files
committed
Update version to v0.9.0-beta.3
1 parent eb110d5 commit fdc79bd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ iwr -useb https://raw.githubusercontent.com/Cod-e-Codes/marchat/main/install.ps1
135135

136136
**Docker:**
137137
```bash
138-
docker pull codecodesxyz/marchat:v0.9.0-beta.2
138+
docker pull codecodesxyz/marchat:v0.9.0-beta.3
139139
docker run -d -p 8080:8080 \
140140
-e MARCHAT_ADMIN_KEY=$(openssl rand -hex 32) \
141141
-e MARCHAT_USERS=admin1,admin2 \
142-
codecodesxyz/marchat:v0.9.0-beta.2
142+
codecodesxyz/marchat:v0.9.0-beta.3
143143
```
144144

145145
**From Source:**

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## Supported Versions
44

5-
`marchat` is currently at **v0.8.0-beta.11**.
5+
`marchat` is currently at **v0.9.0-beta.3**.
66
All security updates and fixes are applied to the `main` branch.
77

88
| Version | Supported |
99
|--------------------|-----------|
10-
| v0.8.x (main) ||
10+
| v0.9.x (main) ||
1111
| Earlier versions ||
1212

1313
---

build-release.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Build script for marchat v0.9.0-beta.2
1+
# Build script for marchat v0.9.0-beta.3
22
# This script builds all platform targets and creates release zips
33

44
$ErrorActionPreference = "Stop"
55

6-
$VERSION = "v0.9.0-beta.2"
6+
$VERSION = "v0.9.0-beta.3"
77
$BUILD_DIR = "build"
88
$RELEASE_DIR = "release"
99

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Supports Windows, Linux, macOS, and Android (via PowerShell Core)
55

66
param(
7-
[string]$Version = "v0.9.0-beta.2"
7+
[string]$Version = "v0.9.0-beta.3"
88
)
99

1010
$ErrorActionPreference = "Stop"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
set -e # Exit on any error
77

8-
VERSION="v0.9.0-beta.2"
8+
VERSION="v0.9.0-beta.3"
99

1010
# Detect OS and architecture
1111
OS=$(uname | tr '[:upper:]' '[:lower:]')

0 commit comments

Comments
 (0)