Version v0.6.34

This commit is contained in:
Dessalines 2020-03-09 23:16:19 -04:00
parent 43cbc3de1f
commit ed57418e91
5 changed files with 5 additions and 4 deletions

2
ansible/VERSION vendored
View File

@ -1 +1 @@
v0.6.33 v0.6.34

View File

@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
sudo chmod -R 777 volumes
docker-compose up -d --no-deps --build docker-compose up -d --no-deps --build

View File

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

View File

@ -1 +1 @@
pub const VERSION: &str = "v0.6.33"; pub const VERSION: &str = "v0.6.34";

2
ui/src/version.ts vendored
View File

@ -1 +1 @@
export const version: string = 'v0.6.33'; export const version: string = 'v0.6.34';