Skip to content

Commit

Permalink
Version 1.1.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
pnx committed Apr 29, 2024
1 parent bcf1b99 commit 1c1f537
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GO=go
GOLDFLAGS=-v -s -w -X main.VersionString=$(PROGRAM_VERSION)
GOBUILDFLAGS=-v -p $(shell nproc) -ldflags="$(GOLDFLAGS)"
PROGRAM=thalos-server
PROGRAM_VERSION=1.1.1
PROGRAM_VERSION=1.1.2-rc1
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
CFGDIR=$(PREFIX)/etc/thalos
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
thalos (1.1.2~rc1) bionic focal jammy; urgency=medium

* Moved from github.com/eoscanda/eos-go to github.com/pnx/antelope-go library

-- Henrik Hautakoski <henrik.hautakoski@gmail.com> Mon, 29 Apr 2024 21:14:34 +0200

thalos (1.1.1) bionic focal jammy; urgency=medium

* Build binaries linked with musl libc for alpine linux.
Expand Down

0 comments on commit 1c1f537

Please sign in to comment.