Skip to content

Commit 343f46a

Browse files
committed
Release 25.6 published
1 parent e46836d commit 343f46a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/start_server.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set SCRIPT_DIR=%~dp0
44

55
:: Define the path to the JAR file relative to bin/
6-
set JAR_PATH=%SCRIPT_DIR%..\lib\aspose-barcode-php-25.5.jar
6+
set JAR_PATH=%SCRIPT_DIR%..\lib\aspose-barcode-php-25.6.jar
77

88
:: Define the log file path
99
set LOG_FILE=%SCRIPT_DIR%\server.log

bin/start_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
55

66
# Define the path to the JAR file relative to this script
7-
JAR_PATH="$SCRIPT_DIR/../lib/aspose-barcode-php-25.5.jar"
7+
JAR_PATH="$SCRIPT_DIR/../lib/aspose-barcode-php-25.6.jar"
88

99
# Define the log file path (optional)
1010
LOG_FILE="$SCRIPT_DIR/server.log"

0 commit comments

Comments
 (0)