From 0d0b5da5570511da9f9f0b7fa8be8a8548c7b961 Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Wed, 22 Feb 2023 19:17:37 +0000 Subject: [PATCH] Bump version --- Makefile | 2 +- src/window.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1388b5c..dce50a2 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = 0.0.1 +VERSION = 0.0.2 .PHONY: bump-version bump-version: diff --git a/src/window.cpp b/src/window.cpp index 441a93b..7be0f09 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -33,7 +33,7 @@ limitations under the License. #include #endif -const QVersionNumber version = QVersionNumber::fromString("0.0.1"); +const QVersionNumber version = QVersionNumber::fromString("0.0.2"); Window::Window() {