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 e9a64e1 commit bd87a48Copy full SHA for bd87a48
bin/dispatcher
@@ -17,7 +17,7 @@
17
# ***************************************************************************
18
19
ROOT="$(pwd)"
20
-VERSION="1.7.7"
+VERSION="1.7.9"
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.7"
+set "VERSION=1.7.9"
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