aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2020-03-29 15:44:19 +0200
committerKate Ward <kate.ward@forestent.com>2020-03-29 15:44:19 +0200
commitcbc669de0a03d50dced5c9259b1e0db2deb60ffa (patch)
treeb3fbaf258e8cd73b1c4159a7ddc9f7ebdf713c0a
parentd3cd612e6a67c25ab77c61679f5a83569b6e403c (diff)
downloadshflags-cbc669de0a03d50dced5c9259b1e0db2deb60ffa.tar.gz
Starting a new 1.2.4 release series.
-rw-r--r--shflags4
1 files changed, 2 insertions, 2 deletions
diff --git a/shflags b/shflags
index 62a8e22..e907ba7 100644
--- a/shflags
+++ b/shflags
@@ -1,6 +1,6 @@
# vim:et:ft=sh:sts=2:sw=2
#
-# Copyright 2008-2018 Kate Ward. All Rights Reserved.
+# Copyright 2008-2020 Kate Ward. All Rights Reserved.
# Released under the Apache License 2.0 license.
# http://www.apache.org/licenses/LICENSE-2.0
#
@@ -92,7 +92,7 @@
# Return if FLAGS already loaded.
[ -n "${FLAGS_VERSION:-}" ] && return 0
-FLAGS_VERSION='1.2.3'
+FLAGS_VERSION='1.2.4pre'
# Return values that scripts can use.
FLAGS_TRUE=0