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

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