diff options
Diffstat (limited to 'scripts/xdg-utils-common.in')
-rw-r--r-- | scripts/xdg-utils-common.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in index bba3d8a..e1e9273 100644 --- a/scripts/xdg-utils-common.in +++ b/scripts/xdg-utils-common.in @@ -1,4 +1,3 @@ - #---------------------------------------------------------------------------- # Common utility functions included in all XDG wrapper scripts #---------------------------------------------------------------------------- @@ -249,7 +248,7 @@ check_common_commands() ;; --version) - echo "@NAME@ 1.2.0-beta1" + echo "@NAME@ 1.2.1" exit_success ;; |