Skip to content

Commit

Permalink
changed version text from 2.3.7-beta to 2.3.8-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zurek committed Jan 21, 2018
1 parent 85e378c commit 5116edf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/femr/ui/views/home/index.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@top = {
<div class="jumbotron">
<div class="container">
<h2>Welcome to fEMR 2.3.7-beta, @currentUser.getFirstName!</h2>
<h2>Welcome to fEMR 2.3.8-beta, @currentUser.getFirstName!</h2>
<div id="feedbackResponse">Your feedback has been received.</div>
@*<p>This is a placeholder landing page. As more features are developed, this page will change over time.</p>*@
<p>Please select a tab at the top to get started!</p>
Expand Down
2 changes: 1 addition & 1 deletion app/femr/ui/views/partials/footer.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<hr />
<div class="row">
<div class="col-xs-4">
<p>fEMR 2.3.7-beta</p>
<p>fEMR 2.3.8-beta</p>
</div>
<div class="col-xs-4">
<div class="leaveFeedback">
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import sbt._
object ApplicationBuild extends Build {

val appName = "fEMR"
val appVersion = "2.3.7-beta"
val appVersion = "2.3.8-beta"
val currentScalaVersion = "2.11.7"

val appDependencies = Seq(
Expand Down

0 comments on commit 5116edf

Please sign in to comment.