From 1aec6354917cbfe15c7745a22d4e501aed38475c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 19:02:13 -0500 Subject: oops. last vestage of ENV --- key.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/key.proto b/key.proto index 6ca0ae0..75921b1 100644 --- a/key.proto +++ b/key.proto @@ -13,7 +13,7 @@ message Key { // message Keys { // `autogenpb:marshal` `autogenpb:nomutex` string uuid = 1; // `autogenpb:uuid:7a8aaf7f-9851-42f0-89eb-434d2e51f5bb` - string version = 2; // `autogenpb:version:v0.0.1 go.wit.com/lib/ENV` + string version = 2; // `autogenpb:version:v0.0.1 go.wit.com/lib/env` repeated Key keys = 3; string filename = 4; // can store where the filename is so that saves can be automated bool init = 5; // can store where the filename is so that saves can be automated -- cgit v1.2.3