We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v1.3.2
1 parent 59d6527 commit 7a59450Copy full SHA for 7a59450
2 files changed
.github/README.md
@@ -1,6 +1,6 @@
1
# The KYVE Network
2
3
-###### v1.3.1
+###### v1.3.2
4
5
The KYVE consensus layer is the backbone of the KYVE ecosystem. This layer is a
6
sovereign Delegated Proof of Stake network built using the
Makefile
COMMIT := $(shell git log -1 --format='%H')
GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1,2)
-VERSION := v1.3.1 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
+VERSION := v1.3.2 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
TEAM_ALLOCATION := 165000000000000
ifeq ($(ENV),kaon)
0 commit comments