Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Update hysteria
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Feb 28, 2022
1 parent 9af61f3 commit c76ae24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
uses: actions/setup-go@v2
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.17.5
go-version: 1.17.7
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run plugin hysteria
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_hysteria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/setup-go@v2
if: steps.cache.outputs.cache-hit != 'true'
with:
go-version: 1.17.5
go-version: 1.17.7
- name: Native Build
if: steps.cache.outputs.cache-hit != 'true'
run: ./run plugin hysteria
Expand Down
2 changes: 1 addition & 1 deletion plugin/hysteria/src/main/go/hysteria
4 changes: 2 additions & 2 deletions sager.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ BROOK_VERSION=3
TROJAN_VERSION_NAME=1.16.0
TROJAN_VERSION=1

HYSTERIA_VERSION_NAME=0.9.7
HYSTERIA_VERSION=12
HYSTERIA_VERSION_NAME=1.0.0
HYSTERIA_VERSION=13

0 comments on commit c76ae24

Please sign in to comment.