Remove unused version var

This commit is contained in:
Justin Hawkins 2025-04-25 13:20:29 +09:30
parent ed9d45d343
commit 9f0d81e7f1

View File

@ -13,8 +13,6 @@ import (
"github.com/spf13/viper"
)
var CurrentVersion = "v0.0.4"
const ProtocolVersion = "1.1"
type PasteValue struct {