From 9191474df83df1e618a74b66c6609c2af78e9117 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Thu, 15 Dec 2022 10:36:44 -0600 Subject: [PATCH] Bump version to 0.6 --- Makefile | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 0b8ace3..e95cd0a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.5 +VERSION := 0.6 clean: rm -rfv build Manifest.toml test/Manifest.toml deps/formatter/build deps/formatter/Manifest.toml diff --git a/README.md b/README.md index 1d66f57..a581688 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ - + ### Documentation - * [Usage](https://anl-ceeesa.github.io/RELOG/0.5/usage) - * [Input and Output Data Formats](https://anl-ceeesa.github.io/RELOG/0.5/format) - * [Simplified Solution Reports](https://anl-ceeesa.github.io/RELOG/0.5/reports) - * [Optimization Model](https://anl-ceeesa.github.io/RELOG/0.5/model) + * [Usage](https://anl-ceeesa.github.io/RELOG/0.6/usage) + * [Input and Output Data Formats](https://anl-ceeesa.github.io/RELOG/0.6/format) + * [Simplified Solution Reports](https://anl-ceeesa.github.io/RELOG/0.6/reports) + * [Optimization Model](https://anl-ceeesa.github.io/RELOG/0.6/model) ### Authors