Skip to content

Commit ef25628

Browse files
committed
[ga-bump-release] Update Dolt version to 1.58.7 and release v1.58.7
1 parent 4c23057 commit ef25628

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go/cmd/dolt/doltversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
package doltversion
1717

1818
const (
19-
Version = "1.58.6"
19+
Version = "1.58.7"
2020
)

go/libraries/doltcore/servercfg/testdata/minver_validation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CfgDirStr *string 0.0.0 cfg_dir,omitempty
3838
RemotesapiConfig servercfg.RemotesapiYAMLConfig 0.0.0 remotesapi,omitempty
3939
-Port_ *int 0.0.0 port,omitempty
4040
-ReadOnly_ *bool 1.30.5 read_only,omitempty
41-
MCPServer *servercfg.MCPServerYAMLConfig TBD mcp_server,omitempty
41+
MCPServer *servercfg.MCPServerYAMLConfig 1.58.7 mcp_server,omitempty
4242
-Port *int 0.0.0 port,omitempty
4343
-User *string 0.0.0 user,omitempty
4444
-Password *string 0.0.0 password,omitempty

go/libraries/doltcore/servercfg/yaml_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ type YAMLConfig struct {
148148
DataDirStr *string `yaml:"data_dir,omitempty"`
149149
CfgDirStr *string `yaml:"cfg_dir,omitempty"`
150150
RemotesapiConfig RemotesapiYAMLConfig `yaml:"remotesapi,omitempty"`
151-
MCPServer *MCPServerYAMLConfig `yaml:"mcp_server,omitempty" minver:"TBD"`
151+
MCPServer *MCPServerYAMLConfig `yaml:"mcp_server,omitempty" minver:"1.58.7"`
152152
PrivilegeFile *string `yaml:"privilege_file,omitempty"`
153153
BranchControlFile *string `yaml:"branch_control_file,omitempty"`
154154
// TODO: Rename to UserVars_

0 commit comments

Comments
 (0)