diff --git a/README.md b/README.md index a41ca1305..000a5fb40 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [![kameloso](kD.png)](https://github.com/zorael/kameloso/wiki) [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/kameloso/d.yml?branch=master)](https://github.com/zorael/kameloso/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/kameloso/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/kameloso) [![Windows](https://img.shields.io/appveyor/ci/zorael/kameloso/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/kameloso) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/kameloso/v3.13.0.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/kameloso/compare/v3.13.0...master) +# [![kameloso](kD.png)](https://github.com/zorael/kameloso/wiki) [![Linux/macOS/Windows](https://img.shields.io/github/actions/workflow/status/zorael/kameloso/d.yml?branch=master)](https://github.com/zorael/kameloso/actions?query=workflow%3AD) [![Linux](https://img.shields.io/circleci/project/github/zorael/kameloso/master.svg?logo=circleci&style=flat&maxAge=3600)](https://circleci.com/gh/zorael/kameloso) [![Windows](https://img.shields.io/appveyor/ci/zorael/kameloso/master.svg?logo=appveyor&style=flat&maxAge=3600)](https://ci.appveyor.com/project/zorael/kameloso) [![Commits since last release](https://img.shields.io/github/commits-since/zorael/kameloso/v3.14.159.svg?logo=github&style=flat&maxAge=3600)](https://github.com/zorael/kameloso/compare/v3.14.159...master) **kameloso** is an IRC bot. It is text-based and runs in your terminal or console. diff --git a/source/kameloso/semver.d b/source/kameloso/semver.d index 973084cc9..cd7793ae6 100644 --- a/source/kameloso/semver.d +++ b/source/kameloso/semver.d @@ -26,12 +26,12 @@ enum KamelosoSemVer /++ SemVer minor version of the program. +/ - minor = 13, + minor = 14, /++ SemVer patch version of the program. +/ - patch = 0, + patch = 159, }