Skip to content

Commit

Permalink
Version v0.6.56
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 3, 2020
1 parent 1c74d19 commit 80b3855
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ansible/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.55
v0.6.56
2 changes: 1 addition & 1 deletion docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
restart: always

lemmy:
image: dessalines/lemmy:v0.6.55
image: dessalines/lemmy:v0.6.56
ports:
- "127.0.0.1:8536:8536"
restart: always
Expand Down
2 changes: 1 addition & 1 deletion server/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const VERSION: &str = "v0.6.55";
pub const VERSION: &str = "v0.6.56";
2 changes: 1 addition & 1 deletion ui/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'v0.6.55';
export const version: string = 'v0.6.56';

0 comments on commit 80b3855

Please sign in to comment.