From af146f5a54ac5787563a6857ed9b6ff26394f0ca Mon Sep 17 00:00:00 2001 From: Eric Chung Date: Thu, 27 Jun 2024 14:31:43 -0700 Subject: [PATCH] Back to development --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 77a3e53a..68c8c96a 100644 --- a/version.go +++ b/version.go @@ -23,4 +23,4 @@ package tchannel // VersionInfo identifies the version of the TChannel library. // Due to lack of proper package management, this version string will // be maintained manually. -const VersionInfo = "1.34.4" +const VersionInfo = "1.34.4-dev"