Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Aug 20, 2020
1 parent ba2c110 commit e3d750d
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,4 +1,4 @@
project('pfsshell', 'c', default_options: ['optimization=0', 'debug=true', 'warning_level=1'], version: 'v1.1.0')
project('pfsshell', 'c', default_options: ['optimization=0', 'debug=true', 'warning_level=1'], version: 'v1.1.1')

add_global_arguments(['-Wno-unused-value', '-Wno-format', '-Wno-unused-function', '-Wno-unused-variable'], language : 'c')

Expand Down

0 comments on commit e3d750d

Please sign in to comment.