diff options
author | Rex Dieter <rdieter@gmail.com> | 2018-05-10 10:02:31 -0500 |
---|---|---|
committer | Rex Dieter <rdieter@gmail.com> | 2018-05-10 10:02:31 -0500 |
commit | 159fc37075db2decf446f453fe1a796da6921aad (patch) | |
tree | 7497bb62018209c970f27b6289b75fd86785c467 | |
parent | 9cb017ae0eaa80c595445e083b2ea7c58569bf12 (diff) |
bump version, prep for 1.1.3 releasev1.1.3
-rw-r--r-- | scripts/xdg-utils-common.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in index 7ba61e0..9cfc8a3 100644 --- a/scripts/xdg-utils-common.in +++ b/scripts/xdg-utils-common.in @@ -245,7 +245,7 @@ check_common_commands() ;; --version) - echo "@NAME@ 1.1.2+" + echo "@NAME@ 1.1.3" exit_success ;; esac |