From 54d4d23ac58fef74297b9a048d0c258d330964ff Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 29 Dec 2021 12:09:33 +0100 Subject: [PATCH] Bump version number --- README.md | 5 +++-- Version.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f11c4f9..edb9229 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ - [4. Contributing](#4-contributing) - [4.1. Work Flow](#41-work-flow) - [5. Version History](#5-version-history) - - [5.1. v0.x](#51-v0x) + - [5.1. v0.2](#51-v02) - [5.2. v0.1](#52-v01) # 1. Introduction @@ -75,7 +75,8 @@ sudo systemctl stop dstargateway.service I Use [Git flow](https://danielkummer.github.io/git-flow-cheatsheet/) as my workflow. PR are welcome and shall be done against the develop branch and follow the Git Flow branch naming rules. # 5. Version History -## 5.1. v0.x +## 5.1. v0.2 +- [bugfix] ircDDBFreeze when repeater not found ([#1][i1]) - Code sanitization ## 5.2. v0.1 First working version \ No newline at end of file diff --git a/Version.h b/Version.h index 27b802c..2e8779b 100644 --- a/Version.h +++ b/Version.h @@ -23,4 +23,4 @@ #include const std::string VENDOR_NAME("Geoffrey Merck F4FXL / KC3FRA"); -const std::string VERSION("0.1"); +const std::string VERSION("0.2");