Skip to content

Commit

Permalink
build: update version field
Browse files Browse the repository at this point in the history
  • Loading branch information
Tachi107 authored Sep 2, 2022
1 parent 47d1bf3 commit 769e4f4
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 @@ -5,7 +5,7 @@
project(
'pistache',
'cpp',
version: '0.0.3', # In Meson 0.57 this can be replaced with files('version.txt')
version: '0.0.5', # In Meson 0.57 this can be replaced with files('version.txt')
license: 'Apache-2.0',
default_options: [
'cpp_std=c++17',
Expand Down

0 comments on commit 769e4f4

Please sign in to comment.