aboutsummaryrefslogtreecommitdiff
path: root/shflags
diff options
context:
space:
mode:
Diffstat (limited to 'shflags')
-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