Bump version to 0.42.4-beta and update repo URL

This commit is contained in:
anonpenguin23 2025-09-18 15:31:03 +03:00
parent 44498ff381
commit a9093355d8
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ The format is based on [Keep a Changelog][keepachangelog] and adheres to [Semant
- Created node_test, write tests for CalculateNextBackoff, AddJitter, GetPeerId, LoadOrCreateIdentity, hasBootstrapConnections
### Changed
- replaced git.debros.io with github.com
### Deprecated

View File

@ -21,7 +21,7 @@ test-e2e:
.PHONY: build clean test run-node run-node2 run-node3 run-example deps tidy fmt vet lint clear-ports
VERSION := 0.42.3-beta
VERSION := 0.42.4-beta
COMMIT ?= $(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
DATE ?= $(shell date -u +%Y-%m-%dT%H:%M:%SZ)
LDFLAGS := -X 'main.version=$(VERSION)' -X 'main.commit=$(COMMIT)' -X 'main.date=$(DATE)'