342b61984a
Move version out of SDK. For now it's a copy rather than move: the part not addressed by this change is sdk/helper/useragent.String, which we'll want to remove in favour of PluginString. That will have to wait until we've removed uses of useragent.String from all builtins.
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
```release-note:change
|
|
core: Vault version has been moved out of sdk and into main vault module.
|
|
Plugins using sdk/useragent.String must instead use sdk/useragent.PluginString.
|
|
```
|