mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Version 0.9.0-rc.6
This commit is contained in:
parent
b3163f99f4
commit
b124a29e05
4 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
0.9.0-rc.4
|
||||
0.9.0-rc.6
|
||||
|
|
|
@ -17,7 +17,7 @@ services:
|
|||
- iframely
|
||||
|
||||
lemmy-ui:
|
||||
image: dessalines/lemmy-ui:0.9.0-rc.4
|
||||
image: dessalines/lemmy-ui:0.9.0-rc.6
|
||||
ports:
|
||||
- "1235:1234"
|
||||
restart: always
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
restart: always
|
||||
|
||||
lemmy:
|
||||
image: dessalines/lemmy:0.9.0-rc.4
|
||||
image: dessalines/lemmy:0.9.0-rc.6
|
||||
ports:
|
||||
- "127.0.0.1:8536:8536"
|
||||
restart: always
|
||||
|
@ -26,7 +26,7 @@ services:
|
|||
- iframely
|
||||
|
||||
lemmy-ui:
|
||||
image: dessalines/lemmy-ui:0.9.0-rc.4
|
||||
image: dessalines/lemmy-ui:0.9.0-rc.6
|
||||
ports:
|
||||
- "1235:1234"
|
||||
restart: always
|
||||
|
|
|
@ -1 +1 @@
|
|||
pub const VERSION: &str = "0.9.0-rc.4";
|
||||
pub const VERSION: &str = "0.9.0-rc.6";
|
||||
|
|
Loading…
Reference in a new issue