Bump version number

This commit is contained in:
Mat Sutcliffe
2020-08-19 17:35:09 +01:00
parent d4b7b9dd40
commit 07b1349a9d
2 changed files with 4 additions and 4 deletions

View File

@@ -33,12 +33,12 @@ Contributing
_swift_ is written in modern C++14 using the Qt framework. _swift_ is written in modern C++14 using the Qt framework.
[![Development version](https://img.shields.io/badge/version-0.9.5-blue)](.) [![Development version](https://img.shields.io/badge/version-0.9.6-blue)](.)
[![Build status](https://img.shields.io/github/workflow/status/swift-project/pilotclient/Build%20swift/develop/0.9.5)][3] [![Build status](https://img.shields.io/github/workflow/status/swift-project/pilotclient/Build%20swift/develop/0.9.6)][3]
[3]: https://github.com/swift-project/pilotclient/actions [3]: https://github.com/swift-project/pilotclient/actions
Pull requests should be made against the current active development branch, Pull requests should be made against the current active development branch,
which is `develop/0.9.5`. which is `develop/0.9.6`.
[:blue_book: Developer guide](https://docs.swift-project.org/doku.php?id=developer_documentation) [:blue_book: Developer guide](https://docs.swift-project.org/doku.php?id=developer_documentation)

View File

@@ -2,7 +2,7 @@
"version": { "version": {
"major": 0, "major": 0,
"minor": 9, "minor": 9,
"micro": 5 "micro": 6
}, },
"libs": { "libs": {
"blackcore": true, "blackcore": true,