Skip to content

Commit

Permalink
Fix MOI wrapper solver version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohsouto committed Feb 7, 2023
1 parent 5beee19 commit ae82e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ end

MOI.get(::Optimizer, ::MOI.SolverName) = "ProxSDP"

MOI.get(::Optimizer, ::MOI.SolverVersion) = "1.8.0"
MOI.get(::Optimizer, ::MOI.SolverVersion) = "1.8.2"

function MOI.set(optimizer::Optimizer, param::MOI.RawOptimizerAttribute, value)
fields = fieldnames(Options)
Expand Down

2 comments on commit ae82e10

@mariohsouto
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v1.8.1 already exists and points to a different commit"

Please sign in to comment.