Skip to content

Commit

Permalink
update hugo.sh:v0.125.1,protoc.sh:v27.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
zqb7 committed Apr 18, 2024
1 parent 9a5c241 commit caa3fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.125.0"
VERSION="v0.125.1"

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

VERSION="v26.1"
VERSION="v27.0-rc1"

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

0 comments on commit caa3fd6

Please sign in to comment.