Skip to content

Commit db24df2

Browse files
committed
src/main.sh, PKGBUILD: Bump up version to 1.24.1.
1 parent 1a0afca commit db24df2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname='flux'
2-
pkgver='1.24'
2+
pkgver='1.24.1'
33
pkgrel='1'
44
pkgdesc='Advanced daemon for X11 desktops and window managers, designed to automatically limit FPS/CPU usage of unfocused windows and run commands on focus and unfocus events. Written in Bash and partially in C.'
55
arch=('any')

src/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ unset temp_envvar_line \
1616
envvar_name
1717

1818
# Version of daemon shown from 'parse_options()' if '--version' is specified
19-
daemon_version='1.24'
19+
daemon_version='1.24.1'
2020

2121
# Set path to file containing daemon PID, needed to prevent multiple instances from running
2222
lock_file='/tmp/flux-lock'

0 commit comments

Comments
 (0)