mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Version v0.6.8
This commit is contained in:
parent
1856ab62a4
commit
5d84d474d0
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.6.7
|
||||
image: dessalines/lemmy:v0.6.8
|
||||
ports:
|
||||
- "127.0.0.1:8536:8536"
|
||||
restart: always
|
||||
|
|
|
@ -1 +1 @@
|
|||
pub const VERSION: &str = "v0.6.7";
|
||||
pub const VERSION: &str = "v0.6.8";
|
||||
|
|
2
ui/src/version.ts
vendored
2
ui/src/version.ts
vendored
|
@ -1 +1 @@
|
|||
export const version: string = 'v0.6.7';
|
||||
export const version: string = 'v0.6.8';
|
||||
|
|
Loading…
Reference in a new issue