1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-04-15 15:34:06 +00:00

Version v0.5.13

This commit is contained in:
Dessalines 2020-01-01 22:12:24 -05:00
parent f05b50020f
commit 730e2b7f09
3 changed files with 3 additions and 3 deletions
docker/prod
server/src
ui/src

View file

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

View file

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

2
ui/src/version.ts vendored
View file

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