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 de565a1 commit 9d42cf1Copy full SHA for 9d42cf1
bin/dispatcher
@@ -17,7 +17,7 @@
17
# ***************************************************************************
18
19
ROOT="$(pwd)"
20
-VERSION="1.7.9"
+VERSION="1.7.10"
21
cd "$(dirname "$0")" || exit
22
cd "../"
23
# Navigate to the root directory
bin/dispatcher.cmd
@@ -19,7 +19,7 @@
set "MAVEN_REPO=%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct"
@REM Consolidate classpath entries, initialize ROOT and VERSION
set "ROOT=%~dp0.."
-set "VERSION=1.7.9"
+set "VERSION=1.7.10"
24
@REM Define the paths for tinystruct jars in the Maven repository
25
set "DEFAULT_JAR_FILE=%MAVEN_REPO%\%VERSION%\tinystruct-%VERSION%.jar"
0 commit comments