From b4f9e06b8b702ad7b0b288a326ef7b7b0edf805b Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Wed, 22 Dec 2021 17:48:39 +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 f78f0364e..4e118e7ea 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.9.8-blue)](.) -[![Build status](https://img.shields.io/github/workflow/status/swift-project/pilotclient/Build%20swift/develop/0.9.8)][3] +[![Development version](https://img.shields.io/badge/version-0.9.9-blue)](.) +[![Build status](https://img.shields.io/github/workflow/status/swift-project/pilotclient/Build%20swift/develop/0.9.9)][3] [3]: https://github.com/swift-project/pilotclient/actions Pull requests should be made against the current active development branch, -which is `develop/0.9.8`. +which is `develop/0.9.9`. [:blue_book: Developer guide](https://docs.swift-project.org/doku.php?id=developer_documentation) diff --git a/default.json b/default.json index 3c434918b..f9bb2e2c8 100644 --- a/default.json +++ b/default.json @@ -2,7 +2,7 @@ "version": { "major": 0, "minor": 9, - "micro": 8 + "micro": 9 }, "libs": { "blackcore": true,