Version v0.6.55

This commit is contained in:
Dessalines 2020-04-27 09:07:31 -04:00
parent 72433b37c4
commit 66134823bf
4 changed files with 4 additions and 4 deletions

2
ansible/VERSION vendored
View file

@ -1 +1 @@
v0.6.54
v0.6.55

View file

@ -12,7 +12,7 @@ services:
restart: always
lemmy:
image: dessalines/lemmy:v0.6.54
image: dessalines/lemmy:v0.6.55
ports:
- "127.0.0.1:8536:8536"
restart: always

View file

@ -1 +1 @@
pub const VERSION: &str = "v0.6.54";
pub const VERSION: &str = "v0.6.55";

2
ui/src/version.ts vendored
View file

@ -1 +1 @@
export const version: string = 'v0.6.54';
export const version: string = 'v0.6.55';