]> Untitled Git - lemmy.git/commitdiff
Version v0.6.78
authorDessalines <tyhou13@gmx.com>
Mon, 22 Jun 2020 16:51:18 +0000 (12:51 -0400)
committerDessalines <tyhou13@gmx.com>
Mon, 22 Jun 2020 16:51:18 +0000 (12:51 -0400)
ansible/VERSION
docker/prod/docker-compose.yml
server/src/version.rs
ui/src/version.ts

index fe18d878e78ea20a2f2b07e6497f5ef745260931..8e615428e2d5c0a52eee1ddfbe99f6e5f184dc68 100644 (file)
@@ -1 +1 @@
-v0.6.74
+v0.6.78
index 30b17c3c02d6689ace39826d1a5142273e9d4a64..65dc51ae4c89522bab09b478b0dc152196d18977 100644 (file)
@@ -12,7 +12,7 @@ services:
     restart: always
 
   lemmy:
-    image: dessalines/lemmy:v0.6.74
+    image: dessalines/lemmy:v0.6.78
     ports:
       - "127.0.0.1:8536:8536"
     restart: always
index 529e3bff94b14830c72eaff72a5a75a59539ba0c..b4b705fd684ce535269e3af19d43e6a93f38ecb6 100644 (file)
@@ -1 +1 @@
-pub const VERSION: &str = "v0.6.74";
+pub const VERSION: &str = "v0.6.78";
index e6e1137889014648ab6a8d43a6cee81785160a85..e93222882f13b487b3b5a16042a738c58c04a1b5 100644 (file)
@@ -1 +1 @@
-export const version: string = 'v0.6.74';
+export const version: string = 'v0.6.78';