Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dxstiny committed Feb 22, 2023
1 parent 4691ab6 commit 6264afa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
reap-one:
image: "ghcr.io/reaudioplayer/reap-one:0.10.0"
image: "ghcr.io/reaudioplayer/reap-one:0.10.1"
ports:
- "1234:80"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion one.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

set VERSION=0.10.0
set VERSION=0.10.1

set command=%1
set arg=%2
Expand Down

0 comments on commit 6264afa

Please sign in to comment.