diff options
author | Heiko Becker <heirecka@exherbo.org> | 2022-11-21 22:19:33 +0100 |
---|---|---|
committer | Heiko Becker <heirecka@exherbo.org> | 2022-11-21 22:19:47 +0100 |
commit | 2e3e9ec52e5082eb68b873fc652031bc0771340c (patch) | |
tree | 412f9c7dd253b24c830bdd6d97822ac45509bc58 | |
parent | f4cf3f4871957edd2323fe07e5d0ba698768f3ba (diff) | |
download | wgetpaste-2e3e9ec52e5082eb68b873fc652031bc0771340c.tar.gz |
Increase version to 2.33 for upcoming release
-rwxr-xr-x | wgetpaste | 2 | ||||
-rw-r--r-- | wgetpaste.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee) and wget # Copyright (c) 2007-2016 Bo Ørsted Andresen <bo.andresen@zlin.dk> -VERSION="2.32" +VERSION="2.33" # don't inherit LANGUAGE from the env unset LANGUAGE diff --git a/wgetpaste.spec b/wgetpaste.spec index cbb015c..661f7bf 100644 --- a/wgetpaste.spec +++ b/wgetpaste.spec @@ -1,5 +1,5 @@ Name: wgetpaste -Version: 2.32 +Version: 2.33 Release: 1%{?dist} Summary: Command-line interface to various paste-bins |