diff options
author | Simon Lees <simon@simotek.net> | 2024-02-06 01:48:25 +0000 |
---|---|---|
committer | Simon Lees <simon@simotek.net> | 2024-02-06 01:48:25 +0000 |
commit | 7750f64db359aaa87814fcdcfe2935cdb6370af5 (patch) | |
tree | 058f6b877e900209dd0528084129817e32cf632c | |
parent | 0aa4e6a8dd1b0e01ecd79a43af04e32124a03531 (diff) |
Set correct version in xdg-utils-common.in (1.2.1)
-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 ;; |