diff options
author | Heiko Becker <heirecka@exherbo.org> | 2021-06-02 14:25:23 +0200 |
---|---|---|
committer | Heiko Becker <heirecka@exherbo.org> | 2021-06-02 14:25:23 +0200 |
commit | ebb20cb037e37a5e7ec8ea3961b5ac201ea1fe9b (patch) | |
tree | 69be75eb16c055bd176dd01fed59afec0cce98b9 | |
parent | 518595277564c0180d4804af951e5361ccd1b80b (diff) | |
download | wgetpaste-ebb20cb037e37a5e7ec8ea3961b5ac201ea1fe9b.tar.gz |
Increase version to 2.32
Also for wgetpaste.spec this time ;-).
-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.31" +VERSION="2.32" # don't inherit LANGUAGE from the env unset LANGUAGE diff --git a/wgetpaste.spec b/wgetpaste.spec index f02005d..cbb015c 100644 --- a/wgetpaste.spec +++ b/wgetpaste.spec @@ -1,5 +1,5 @@ Name: wgetpaste -Version: 2.29 +Version: 2.32 Release: 1%{?dist} Summary: Command-line interface to various paste-bins |