]> Untitled Git - lemmy.git/commitdiff
Version v0.6.8
authorDessalines <tyhou13@gmx.com>
Sat, 1 Feb 2020 21:56:31 +0000 (16:56 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 1 Feb 2020 21:56:31 +0000 (16:56 -0500)
docker/prod/docker-compose.yml
server/src/version.rs
ui/src/version.ts

index 646627bd0f95b497107322e7e39ab2ff49f9246e..2253fad1bf15d3f881273e9c5c6754c47422f93c 100644 (file)
@@ -11,7 +11,7 @@ services:
       - lemmy_db:/var/lib/postgresql/data
     restart: always
   lemmy:
-    image: dessalines/lemmy:v0.6.7
+    image: dessalines/lemmy:v0.6.8
     ports:
       - "127.0.0.1:8536:8536"
     restart: always
index c6b30c767f3130f3a5cd20d2dc445515546ba45b..3beaef4b93db9f4032aad871473aa1c8ed681d13 100644 (file)
@@ -1 +1 @@
-pub const VERSION: &str = "v0.6.7";
+pub const VERSION: &str = "v0.6.8";
index 549688c7127b4e306e0b65152de361a00eac3694..a577e58174f6b6b3c1778d038583bf72492b2075 100644 (file)
@@ -1 +1 @@
-export const version: string = 'v0.6.7';
+export const version: string = 'v0.6.8';