Bump version number

This commit is contained in:
Mat Sutcliffe
2022-01-29 14:32:18 +00:00
parent 4b00c0e3bf
commit 860967ba01
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"version": {
"major": 0,
"minor": 10
"minor": 11
},
"libs": {
"blackcore": true,