From e2c2963b2375275529a6e0a6be6ccbf37c085adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Sun, 12 May 2019 13:13:04 +0200 Subject: [PATCH] Fix version number --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 99059bd2365..1e69fa8cc5d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "JuMP" uuid = "4076af6c-e467-56ae-b986-b466b2749572" repo = "https://github.com/JuliaOpt/JuMP.jl.git" -version = "0.18.0" +version = "0.19.0" [deps] Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"