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