From 1c1f537850fe74b949a694c53e8e864d7d8140c2 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 29 Apr 2024 22:44:32 +0200 Subject: [PATCH] Version 1.1.2-rc1 --- Makefile | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c0704c..4595606 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/debian/changelog b/debian/changelog index 8d0d57f..8fa58cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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.