diff --git a/Dockerfile b/Dockerfile index a2991f46..8e2ac454 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ EXPOSE 8080 ENTRYPOINT ["bash", "/code/scripts/docker-entrypoint.sh"] # Specify tag name to be created on github -LABEL version="0.8.0" +LABEL version="0.9.0" diff --git a/templates/email/coreuser/subscription.html b/templates/email/coreuser/subscription.html index 35dacb69..ae6bbc12 100644 --- a/templates/email/coreuser/subscription.html +++ b/templates/email/coreuser/subscription.html @@ -12,7 +12,7 @@

Subscription successful!

-

You have successfully subscribed to Insights on Buildly!
Click the button below to return to the app

+

You have successfully subscribed to Labs on Buildly!
Click the button below to return to the app

@@ -20,7 +20,7 @@

- Buildly Insights + Buildly Labs diff --git a/templates/email/coreuser/subscription.txt b/templates/email/coreuser/subscription.txt index c930c8f9..a428695d 100644 --- a/templates/email/coreuser/subscription.txt +++ b/templates/email/coreuser/subscription.txt @@ -1,6 +1,6 @@ Subscription successful! -You have successfully subscribed to Insights on Buildly. +You have successfully subscribed to Labs on Buildly. Go to {{ frontend_link }} to access the app.