From 93f82cf4cb07185ff3da6b5e7af4f829353356cd Mon Sep 17 00:00:00 2001 From: Brendan Playford <34052452+teslashibe@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:51:05 -0700 Subject: [PATCH] fix: update version to 0.8.0 --- internal/versioning/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/versioning/version.go b/internal/versioning/version.go index 55db5f64..9c9ee19e 100644 --- a/internal/versioning/version.go +++ b/internal/versioning/version.go @@ -5,5 +5,5 @@ var ( // XXX: Bump this value only when there are protocol changes that makes the oracle // incompatible between version! - ProtocolVersion = `v0.7.0` + ProtocolVersion = `v0.8.0` )