From 969c1ceedd8440db7d6760de6ca91c835c6a913e Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 19 Aug 2018 13:43:41 +0200 Subject: [PATCH] chore: v0.0.5 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 136b48d9..b2e5501a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'waybar', 'cpp', 'c', - version: '0.0.4', + version: '0.0.5', license: 'MIT', default_options : ['cpp_std=c++17'], )