Skip to content

Commit

Permalink
Version v0.3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 18, 2019
1 parent 3d7831f commit 344cd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
volumes:
- lemmy_db:/var/lib/postgresql/data
lemmy:
image: dessalines/lemmy:v0.3.0.3
image: dessalines/lemmy:v0.3.0.4
ports:
- "127.0.0.1:8536:8536"
environment:
Expand Down
2 changes: 1 addition & 1 deletion ui/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export let version: string = "v0.3.0.3-0-gf3e93ae";
export let version: string = "v0.3.0.4-0-gce10a34";

0 comments on commit 344cd58

Please sign in to comment.