Skip to content

Commit

Permalink
add tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
stgm committed Aug 11, 2023
1 parent 454ed78 commit 3442e6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/admin/site/_version.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<p>Programming Lab version <%= ENV['COURSE_SITE_DEPLOYMENT_VERSION'] %></p>
<p>
Programming Lab version <%= ENV['COURSE_SITE_DEPLOYMENT_VERSION'] %> @
<%= ENV['COURSE_SITE_DEPLOYMENT_VERSION_TAG'] || 'default' %>
</p>

0 comments on commit 3442e6c

Please sign in to comment.