Bump version number

master
Geoffrey Merck 4 years ago
parent a606be3043
commit 54d4d23ac5

@ -12,7 +12,7 @@
- [4. Contributing](#4-contributing) - [4. Contributing](#4-contributing)
- [4.1. Work Flow](#41-work-flow) - [4.1. Work Flow](#41-work-flow)
- [5. Version History](#5-version-history) - [5. Version History](#5-version-history)
- [5.1. v0.x](#51-v0x) - [5.1. v0.2](#51-v02)
- [5.2. v0.1](#52-v01) - [5.2. v0.1](#52-v01)
# 1. Introduction # 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. 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. Version History
## 5.1. v0.x ## 5.1. v0.2
- [bugfix] ircDDBFreeze when repeater not found ([#1][i1])
- Code sanitization - Code sanitization
## 5.2. v0.1 ## 5.2. v0.1
First working version First working version

@ -23,4 +23,4 @@
#include <string> #include <string>
const std::string VENDOR_NAME("Geoffrey Merck F4FXL / KC3FRA"); const std::string VENDOR_NAME("Geoffrey Merck F4FXL / KC3FRA");
const std::string VERSION("0.1"); const std::string VERSION("0.2");

Loading…
Cancel
Save

Powered by TurnKey Linux.