diff --git a/README.md b/README.md index abfa1a1..ebfd322 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox InputConsole - 2.7 + 2.8 ``` diff --git a/src/dorkbox/inputConsole/InputConsole.java b/src/dorkbox/inputConsole/InputConsole.java index 89966d7..878ec68 100644 --- a/src/dorkbox/inputConsole/InputConsole.java +++ b/src/dorkbox/inputConsole/InputConsole.java @@ -93,7 +93,7 @@ class InputConsole { */ public static String getVersion() { - return "2.7"; + return "2.8"; } /**