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

index 73f3b764a1a8e19e457886ac8d10c0c042e75c0b..e48e51dc278cc7d6738a22170734f8ae17d1d73a 100644 (file)
@@ -1 +1 @@
-v0.6.66
+v0.6.67
index 0bcc178b66771df829e4d010100c556f2b43b97e..0287aa9d7b7d897866b9ab4fa0f2b08592d0d1c2 100644 (file)
@@ -12,7 +12,7 @@ services:
     restart: always
 
   lemmy:
-    image: dessalines/lemmy:v0.6.66
+    image: dessalines/lemmy:v0.6.67
     ports:
       - "127.0.0.1:8536:8536"
     restart: always
index 238ca03285bb20a5477b556df4d7b7ce471191e7..53b84729c5ae0d8b9f12b72f8ec4e689c3762a92 100644 (file)
@@ -1 +1 @@
-pub const VERSION: &str = "v0.6.66";
+pub const VERSION: &str = "v0.6.67";
index a642dae6c788a58bec15725ff15d0dea5a0be320..af106c224b3ca15f155b8f425b588691a283bd9a 100644 (file)
@@ -1 +1 @@
-export const version: string = 'v0.6.66';
+export const version: string = 'v0.6.67';