]> Untitled Git - lemmy.git/commitdiff
Version v0.6.84
authorDessalines <tyhou13@gmx.com>
Tue, 23 Jun 2020 02:43:57 +0000 (22:43 -0400)
committerDessalines <tyhou13@gmx.com>
Tue, 23 Jun 2020 02:43:57 +0000 (22:43 -0400)
ansible/VERSION
docker/prod/docker-compose.yml
server/src/version.rs
ui/src/version.ts

index 4c027957d9b9b9143d15ae704353d5f56a178de2..fb789f2091b03b498000ce6b29100fc36c91e0a5 100644 (file)
@@ -1 +1 @@
-v0.6.83
+v0.6.84
index bf35af60e6e35edc1d2236ba225c1765da2d36b1..e54b251008ec69841f334ff30517489e58e8e30e 100644 (file)
@@ -12,7 +12,7 @@ services:
     restart: always
 
   lemmy:
-    image: dessalines/lemmy:v0.6.83
+    image: dessalines/lemmy:v0.6.84
     ports:
       - "127.0.0.1:8536:8536"
     restart: always
index 660639390978ce6dc65d2a4bb06a9166dd44b2d0..1c9a129e43894741b97ce8ce5ac1ce2f02763381 100644 (file)
@@ -1 +1 @@
-pub const VERSION: &str = "v0.6.83";
+pub const VERSION: &str = "v0.6.84";
index 6723d35eb2a13f5e582f9f425e42631cbfb8edae..31fc75f23e2afc90001c8876af47be116974a274 100644 (file)
@@ -1 +1 @@
-export const version: string = 'v0.6.83';
+export const version: string = 'v0.6.84';