Skip to content

Commit aa76f14

Browse files
Don't hard code docs version to preview
Co-Authored-By: Sören Reichardt <[email protected]>
1 parent d75dab3 commit aa76f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
apply plugin: 'ch.kk7.spawn'
4545

4646
ext {
47-
versionParts = "1.0.0-SNAPSHOT".split('-')
47+
versionParts = version.split('-')
4848
versions = [
4949
'gdsManual' : versionParts[0].split('\\.')[0..1].join('.'),
5050
]

0 commit comments

Comments
 (0)