Version v0.6.14

This commit is contained in:
Dessalines 2020-02-07 11:28:20 -05:00
parent b6fceec6dd
commit 779a72581c
4 changed files with 4 additions and 4 deletions

2
ansible/VERSION vendored
View file

@ -1 +1 @@
v0.6.13
v0.6.14

View file

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

View file

@ -1 +1 @@
pub const VERSION: &str = "v0.6.13";
pub const VERSION: &str = "v0.6.14";

2
ui/src/version.ts vendored
View file

@ -1 +1 @@
export const version: string = 'v0.6.13';
export const version: string = 'v0.6.14';