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