Skip to content

Commit

Permalink
Don't hard code docs version to preview
Browse files Browse the repository at this point in the history
Co-Authored-By: Sören Reichardt <soren.reichardt@neotechnology.com>
  • Loading branch information
jjaderberg and soerenreichardt committed Mar 5, 2020
1 parent d75dab3 commit aa76f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
apply plugin: 'ch.kk7.spawn'

ext {
versionParts = "1.0.0-SNAPSHOT".split('-')
versionParts = version.split('-')
versions = [
'gdsManual' : versionParts[0].split('\\.')[0..1].join('.'),
]
Expand Down

0 comments on commit aa76f14

Please sign in to comment.