Skip to content

Commit

Permalink
Version v0.3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Nov 2, 2019
1 parent 1f5c672 commit 9c05c8d
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.13
image: dessalines/lemmy:v0.3.0.14
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.13-0-g1896772';
export let version: string = 'v0.3.0.14-0-g1f5c672';

0 comments on commit 9c05c8d

Please sign in to comment.