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

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