Skip to content

Commit 081d616

Browse files
committed
build: set version to 1.7.1
It was previously bumped to 1.8 in preparation for the next release, but we only have bugfixes, so let's do a patch release instead.
1 parent 0eb1d86 commit 081d616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'swayidle',
33
'c',
4-
version: '1.8',
4+
version: '1.7.1',
55
license: 'MIT',
66
meson_version: '>=0.48.0',
77
default_options: [

0 commit comments

Comments
 (0)