From 150aff205f14d95f05b8cbba4d01e0701b2909bf Mon Sep 17 00:00:00 2001 From: Adrian Salceanu Date: Mon, 8 Jul 2019 20:06:26 +0300 Subject: [PATCH] version bump 0.9.5 --- Project.toml | 2 +- src/Configuration.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5424e901a..6a34a5779 100755 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Genie" uuid = "c43c736e-a2d1-11e8-161f-af95117fbd1e" authors = ["Adrian Salceanu "] -version = "0.9.4" +version = "0.9.5" [deps] ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63" diff --git a/src/Configuration.jl b/src/Configuration.jl index 3d01ac7ea..2c2299f45 100755 --- a/src/Configuration.jl +++ b/src/Configuration.jl @@ -3,7 +3,7 @@ Core genie configuration / settings functionality. """ module Configuration -const GENIE_VERSION = v"0.9.4" +const GENIE_VERSION = v"0.9.5" using Genie, YAML