core/config: remove version (#4653)

* core/config: remove version

* lint

* fix
This commit is contained in:
Caleb Doxsey 2023-11-01 10:19:55 -06:00 committed by GitHub
parent 6511440c2f
commit 53573dc046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 761 additions and 800 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,7 +12,6 @@ import "crypt/crypt.proto";
message Config {
string name = 1;
int64 version = 4;
repeated Route routes = 2;
Settings settings = 3;
}