Version v0.7.23

This commit is contained in:
Dessalines 2020-07-16 21:13:18 -04:00
parent 2d4c41d2be
commit 1e30fcf235
4 changed files with 4 additions and 4 deletions

2
ansible/VERSION vendored
View file

@ -1 +1 @@
v0.7.22
v0.7.23

View file

@ -12,7 +12,7 @@ services:
restart: always
lemmy:
image: dessalines/lemmy:v0.7.22
image: dessalines/lemmy:v0.7.23
ports:
- "127.0.0.1:8536:8536"
restart: always

View file

@ -1 +1 @@
pub const VERSION: &str = "v0.7.22";
pub const VERSION: &str = "v0.7.23";

2
ui/src/version.ts vendored
View file

@ -1 +1 @@
export const version: string = 'v0.7.22';
export const version: string = 'v0.7.23';