We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79d4de commit f1e4f74Copy full SHA for f1e4f74
1 file changed
build.gradle.kts
@@ -9,10 +9,10 @@ plugins {
9
id("de.undercouch.download") version "5.6.0"
10
}
11
12
-val mesaVersion = "25.0.3"
+val mesaVersion = "25.1.7"
13
14
group = "org.glavo"
15
-version = mesaVersion + "-SNAPSHOT"
+version = mesaVersion //+ "-SNAPSHOT"
16
description = "Mesa Loader for windows"
17
18
val packageName = "org.glavo.mesa"
0 commit comments