mirror of https://github.com/LemmyNet/lemmy.git
parent
f21e694907
commit
1fa7d17e35
|
@ -1 +1 @@
|
|||
v0.6.74
|
||||
v0.6.78
|
||||
|
|
|
@ -12,7 +12,7 @@ services:
|
|||
restart: always
|
||||
|
||||
lemmy:
|
||||
image: dessalines/lemmy:v0.6.74
|
||||
image: dessalines/lemmy:v0.6.78
|
||||
ports:
|
||||
- "127.0.0.1:8536:8536"
|
||||
restart: always
|
||||
|
|
|
@ -1 +1 @@
|
|||
pub const VERSION: &str = "v0.6.74";
|
||||
pub const VERSION: &str = "v0.6.78";
|
||||
|
|
|
@ -1 +1 @@
|
|||
export const version: string = 'v0.6.74';
|
||||
export const version: string = 'v0.6.78';
|
||||
|
|
Loading…
Reference in New Issue