mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Version v0.4.0.6
This commit is contained in:
parent
750a381ea7
commit
1b6d40f6de
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.4.0.5
|
||||
image: dessalines/lemmy:v0.4.0.6
|
||||
ports:
|
||||
- "127.0.0.1:8536:8536"
|
||||
environment:
|
||||
|
|
|
@ -1 +1 @@
|
|||
pub const VERSION: &'static str = "v0.4.0.5-1-g6799a17";
|
||||
pub const VERSION: &'static str = "v0.4.0.6";
|
||||
|
|
2
ui/src/version.ts
vendored
2
ui/src/version.ts
vendored
|
@ -1 +1 @@
|
|||
export let version: string = 'v0.4.0.5-1-g6799a17';
|
||||
export let version: string = 'v0.4.0.6';
|
||||
|
|
Loading…
Reference in a new issue