mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Version v0.5.0.8
This commit is contained in:
parent
e5a9ccaff1
commit
020a7cd8cf
3 changed files with 3 additions and 3 deletions
2
docker/prod/docker-compose.yml
vendored
2
docker/prod/docker-compose.yml
vendored
|
@ -11,7 +11,7 @@ services:
|
|||
- lemmy_db:/var/lib/postgresql/data
|
||||
restart: always
|
||||
lemmy:
|
||||
image: dessalines/lemmy:v0.5.0.7
|
||||
image: dessalines/lemmy:v0.5.0.8
|
||||
ports:
|
||||
- "127.0.0.1:8536:8536"
|
||||
restart: always
|
||||
|
|
|
@ -1 +1 @@
|
|||
pub const VERSION: &'static str = "v0.5.0.7";
|
||||
pub const VERSION: &'static str = "v0.5.0.8";
|
||||
|
|
2
ui/src/version.ts
vendored
2
ui/src/version.ts
vendored
|
@ -1 +1 @@
|
|||
export let version: string = 'v0.5.0.7';
|
||||
export let version: string = 'v0.5.0.8';
|
||||
|
|
Loading…
Reference in a new issue