From 9f0d81e7f1655f3ee59c7c529dfed7fa089ed068 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Fri, 25 Apr 2025 13:20:29 +0930 Subject: [PATCH] Remove unused version var --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index dd4f816..e5fa6a7 100644 --- a/main.go +++ b/main.go @@ -13,8 +13,6 @@ import ( "github.com/spf13/viper" ) -var CurrentVersion = "v0.0.4" - const ProtocolVersion = "1.1" type PasteValue struct {