From bed3cb5a63bb37684ce140d1508f17dd6ea2538e Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Mon, 27 Mar 2023 19:48:48 +0200 Subject: [PATCH] Bump version number --- README.md | 2 +- default.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 976046042..9a2015fa7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Contributing _swift_ is written in modern C++17 using the Qt framework. -[![Development version](https://img.shields.io/badge/version-0.12-blue)](.) +[![Development version](https://img.shields.io/badge/version-0.13-blue)](.) [![Build status](https://img.shields.io/github/actions/workflow/status/swift-project/pilotclient/build.yml?branch=main)][3] [3]: https://github.com/swift-project/pilotclient/actions diff --git a/default.json b/default.json index d39efb36f..47c3d805c 100644 --- a/default.json +++ b/default.json @@ -1,7 +1,7 @@ { "version": { "major": 0, - "minor": 12 + "minor": 13 }, "libs": { "blackcore": true,