From 34179843dd8ce62571611cea89fcaac4402482ed Mon Sep 17 00:00:00 2001 From: Princeton Ferro Date: Wed, 15 Apr 2020 10:26:36 -0400 Subject: [PATCH] Version 0.48-alpha4 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 25d10cea6..c9a0975d8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('vala-language-server', 'vala', 'c', - version: '0.48-alpha3', + version: '0.48-alpha4', license: 'LGPL2.1+', default_options: [ 'default_library=static'