From 899ea32d3a7a95aab3bfe508fc9d6821bde2a1e0 Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Thu, 30 Jul 2020 13:04:09 +0200 Subject: [PATCH] v1.1 --- Project.toml | 2 +- src/Configuration.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e709f049d..695e08852 100755 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Genie" uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e" authors = ["Adrian Salceanu "] -version = "1.0.0" +version = "1.1.0" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/src/Configuration.jl b/src/Configuration.jl index 34f83993c..3f4a5f490 100755 --- a/src/Configuration.jl +++ b/src/Configuration.jl @@ -10,7 +10,7 @@ using Revise References the current Genie version number. """ -const GENIE_VERSION = v"1" +const GENIE_VERSION = v"1.1" import Logging import Genie