]> Untitled Git - lemmy.git/commitdiff
Version v0.5.11
authorDessalines <tyhou13@gmx.com>
Wed, 1 Jan 2020 16:32:58 +0000 (11:32 -0500)
committerDessalines <tyhou13@gmx.com>
Wed, 1 Jan 2020 16:32:58 +0000 (11:32 -0500)
docker/prod/docker-compose.yml
server/src/version.rs
ui/src/version.ts

index e3ece043384972067874a21b9a6d937cf3c61651..15d4c5402a12d6e100f9c2006731fcd2879b30c2 100644 (file)
@@ -11,7 +11,7 @@ services:
       - lemmy_db:/var/lib/postgresql/data
     restart: always
   lemmy:
-    image: dessalines/lemmy:v0.5.10
+    image: dessalines/lemmy:v0.5.11
     ports:
       - "127.0.0.1:8536:8536"
     restart: always
index 7488857b60b0f9bd6bb9e0c51bd0c4be626a2e0c..065cae39bb0899ba30edb5bac0c230ad32358e8a 100644 (file)
@@ -1 +1 @@
-pub const VERSION: &'static str = "v0.5.10";
+pub const VERSION: &'static str = "v0.5.11";
index cfeb4dba676c13450fc64629cb1a3fcd5bedabd6..6cac00d522020d977a980e3f3ae5b74caa16ea20 100644 (file)
@@ -1 +1 @@
-export let version: string = 'v0.5.10';
+export let version: string = 'v0.5.11';