From 29a9b20ea8fa90645b8c641da632d727593d2a7c Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Thu, 3 Feb 2022 22:23:49 +0000 Subject: [PATCH] Bump version number --- README.md | 6 +++--- default.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f7540e8f6..c9ff5eba8 100644 --- a/README.md +++ b/README.md @@ -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.11-blue)](.) -[![Build status](https://img.shields.io/github/workflow/status/swift-project/pilotclient/Build%20swift/develop/0.11)][3] +[![Development version](https://img.shields.io/badge/version-0.12-blue)](.) +[![Build status](https://img.shields.io/github/workflow/status/swift-project/pilotclient/Build%20swift/develop/0.12)][3] [3]: https://github.com/swift-project/pilotclient/actions Pull requests should be made against the current active development branch, -which is `develop/0.11`. +which is `develop/0.12`. [:blue_book: Developer guide](https://docs.swift-project.org/doku.php?id=developer_documentation) diff --git a/default.json b/default.json index fc4397c9c..1f110ffb9 100644 --- a/default.json +++ b/default.json @@ -1,7 +1,7 @@ { "version": { "major": 0, - "minor": 11 + "minor": 12 }, "libs": { "blackcore": true,