Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
Our package has been building as 1.3.0~rc3 for, as best I can tell, 10 years.

Update the version number in meson.build, which will then be tagged as 1.4.0
  • Loading branch information
wjt committed Dec 13, 2023
1 parent b2ba34f commit 7e66f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later

project('eos-updater', 'c',
version : '1.0.0',
version : '1.4.0',
meson_version : '>= 0.60.0',
license: ['LGPL-2.1-or-later'],
default_options : [
Expand Down

0 comments on commit 7e66f19

Please sign in to comment.