Skip to content

Commit 0cace98

Browse files
committed
src/main.sh, PKGBUILD: Bump up version to 1.25.1.
1 parent 08c010c commit 0cace98

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.25'
2+
pkgver='1.25.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.25'
19+
daemon_version='1.25.1'
2020

2121
# Set path to file containing daemon PID, needed to prevent multiple instances from running
2222
# Hardcoded in 'flux-event-reader' and it is not supposed to be changeable

0 commit comments

Comments
 (0)