Version v0.5.12

pull/396/head
Dessalines 2020-01-01 17:57:39 -05:00
parent f71d19729a
commit 2512babff1
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ services:
- lemmy_db:/var/lib/postgresql/data
restart: always
lemmy:
image: dessalines/lemmy:v0.5.11
image: dessalines/lemmy:v0.5.12
ports:
- "127.0.0.1:8536:8536"
restart: always

View File

@ -1 +1 @@
pub const VERSION: &'static str = "v0.5.11";
pub const VERSION: &'static str = "v0.5.12";

2
ui/src/version.ts vendored
View File

@ -1 +1 @@
export let version: string = 'v0.5.11';
export let version: string = 'v0.5.12';