Version v0.5.0.5

This commit is contained in:
Dessalines 2019-12-28 21:01:05 -05:00
parent d57b2d4865
commit ecf792af3b
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.0.4
image: dessalines/lemmy:v0.5.0.5
ports:
- "127.0.0.1:8536:8536"
restart: always

View File

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

2
ui/src/version.ts vendored
View File

@ -1 +1 @@
export let version: string = 'v0.5.0.4';
export let version: string = 'v0.5.0.5';