Version v0.5.10

This commit is contained in:
Dessalines 2020-01-01 11:28:18 -05:00
parent 0b04aec602
commit a74d92af3d
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.9
image: dessalines/lemmy:v0.5.10
ports:
- "127.0.0.1:8536:8536"
restart: always

View File

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

2
ui/src/version.ts vendored
View File

@ -1 +1 @@
export let version: string = 'v0.5.9';
export let version: string = 'v0.5.10';