Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Jan 11, 2025
1 parent fa98464 commit e1ca370
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

<!-- ... -->

## v1.8.3~
## v1.8.4~

*??? ??, ????*

<!-- ... -->

## v1.8.3

*January 11, 2024*

### IMPROVEMENTS

- `cmd/hlp`: new service - pinger
Expand Down
2 changes: 1 addition & 1 deletion build/version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: v1.8.3~
version: v1.8.3
2 changes: 1 addition & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BINPATH=$(ROOPATH)/bin

default: build move_hla remove-std
build:
for app in hls hlc hlm hlf hlr hla/hla_tcp; \
for app in hls hlc hlm hlf hlr hlp hla/hla_tcp; \
do \
$(GC) -o $(BINPATH)/$${app} ./$${app}; \
for arch in amd64 arm64; \
Expand Down

0 comments on commit e1ca370

Please sign in to comment.