Skip to content

Commit

Permalink
0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dxstiny committed Dec 23, 2022
1 parent 201a00c commit f19575d
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.9.6"
image: "ghcr.io/reaudioplayer/reap-one:0.9.7"
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.9.6
set VERSION=0.9.7

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

0 comments on commit f19575d

Please sign in to comment.