From d5d9441fc1d19a766b3a5251393ae2f699eeec4e Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Wed, 5 Sep 2018 16:31:05 +0100 Subject: [PATCH] make docs on 1.0 --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index ed6a8c8b..b35beb3c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -26,6 +26,6 @@ deploydocs( repo = "github.com/FluxML/Flux.jl.git", target = "build", osname = "linux", - julia = "0.6", + julia = "1.0", deps = nothing, make = nothing)