Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Prepare 0.0.26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Apr 10, 2018
1 parent 7eff421 commit c4319b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/goobox-sync-storj
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
java -jar goobox-sync-storj-0.0.25.jar
java -jar goobox-sync-storj-0.0.26.jar
2 changes: 1 addition & 1 deletion src/main/resources/win64/goobox-sync-storj-debug.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem goobox-sync-storj app version
set GOOBOX_SYNC_STORJ_VERSION=0.0.25
set GOOBOX_SYNC_STORJ_VERSION=0.0.26

@rem Add default JVM options here. You can also use JAVA_OPTS and GOOBOX_SYNC_STORJ_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=-XX:+CreateMinidumpOnCrash -agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/win64/goobox-sync-storj.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem goobox-sync-storj app version
set GOOBOX_SYNC_STORJ_VERSION=0.0.25
set GOOBOX_SYNC_STORJ_VERSION=0.0.26

@rem Add default JVM options here. You can also use JAVA_OPTS and GOOBOX_SYNC_STORJ_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=-XX:+CreateMinidumpOnCrash
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/win64/list-db.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem goobox-sync-storj app version
set GOOBOX_SYNC_STORJ_VERSION=0.0.25
set GOOBOX_SYNC_STORJ_VERSION=0.0.26

@rem Add default JVM options here. You can also use JAVA_OPTS and GOOBOX_SYNC_STORJ_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=-XX:+CreateMinidumpOnCrash
Expand Down

0 comments on commit c4319b0

Please sign in to comment.