Skip to content

Commit

Permalink
Merge pull request #70 from amit9838/soumyaDghosh-patch-1
Browse files Browse the repository at this point in the history
fix the ending new line, breaking the app
  • Loading branch information
amit9838 authored Feb 9, 2024
2 parents 929cbf9 + 9ca2aef commit 9d9662a
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
@@ -1,5 +1,5 @@
project('mousam',
version: run_command('dpkg-parsechangelog', '--show-field', 'Version', check: true).stdout(),
version: '1.0.2',
meson_version: '>= 0.61.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down

0 comments on commit 9d9662a

Please sign in to comment.