Skip to content

Commit

Permalink
update gh.sh:v2.59.0,hugo.sh:v0.136.1,syncthing.sh:v1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Oct 17, 2024
1 parent c7ded8d commit 85927c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gh.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="v2.58.0"
VERSION="v2.59.0"

if [ -n "$1" ];then
VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion hugo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="v0.136.0"
VERSION="v0.136.1"

if [ -n "$1" ];then
VERSION=$1
Expand Down
2 changes: 1 addition & 1 deletion syncthing.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="v1.27.12"
VERSION="v1.28.0"

if [ -n "$1" ];then
VERSION=$1
Expand Down

0 comments on commit 85927c7

Please sign in to comment.