Skip to content

Commit 0a72cdf

Browse files
committed
added app version to gsp
1 parent a5ecb5d commit 0a72cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-app/views/layouts/_custom-top.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta http-equiv="Pragma" content="no-cache">
66
<meta http-equiv="Expires" content="-1">
7-
<meta name="app.version" content="${g.meta(name: 'app.version')}"/>
7+
<meta name="app.version" content="${g.meta(name: 'info.app.version')}"/>
88
<meta name="app.build" content="${g.meta(name: 'app.build')}"/>
99
<meta name="description" content="Atlas of Living Australia"/>
1010
<meta name="author" content="Atlas of Living Australia">

0 commit comments

Comments
 (0)