From 52db3192308bcbd3454aeba9294fe188100460d1 Mon Sep 17 00:00:00 2001 From: Kevin Zurek Date: Tue, 26 Dec 2017 14:18:02 -0500 Subject: [PATCH] change version text to 2.3.6 --- app/femr/ui/views/home/index.scala.html | 2 +- app/femr/ui/views/partials/footer.scala.html | 2 +- project/Build.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/femr/ui/views/home/index.scala.html b/app/femr/ui/views/home/index.scala.html index 4631f202f..e0ea03d08 100644 --- a/app/femr/ui/views/home/index.scala.html +++ b/app/femr/ui/views/home/index.scala.html @@ -22,7 +22,7 @@ @top = {
-

Welcome to fEMR 2.3.6-beta, @currentUser.getFirstName!

+

Welcome to fEMR 2.3.6, @currentUser.getFirstName!

Your feedback has been received.
@*

This is a placeholder landing page. As more features are developed, this page will change over time.

*@

Please select a tab at the top to get started!

diff --git a/app/femr/ui/views/partials/footer.scala.html b/app/femr/ui/views/partials/footer.scala.html index 5970e1f57..2917cf6d0 100644 --- a/app/femr/ui/views/partials/footer.scala.html +++ b/app/femr/ui/views/partials/footer.scala.html @@ -2,7 +2,7 @@
-

fEMR 2.3.6-beta

+

fEMR 2.3.6

diff --git a/project/Build.scala b/project/Build.scala index d7b4109c5..c4fe42d0c 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -11,7 +11,7 @@ import sbt._ object ApplicationBuild extends Build { val appName = "fEMR" - val appVersion = "2.3.5" + val appVersion = "2.3.6" val currentScalaVersion = "2.11.7" val appDependencies = Seq(