diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-09-24 23:40:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-24 23:40:36 +0200 |
commit | 137a983d511bfed23a914946dde4b7cf1108a726 (patch) | |
tree | dbc3b0aac191702b8f358bd0c72f3f2cf0a9cb2b | |
parent | f0dd10b8e87731d7746f085b35e2074aa6e2ef73 (diff) | |
download | bugzilla-137a983d511bfed23a914946dde4b7cf1108a726.tar.gz bugzilla-137a983d511bfed23a914946dde4b7cf1108a726.tar.xz |
bump version to 20180925.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index bb036fb06..bd79bbc8e 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20180918.1'; +our $VERSION = '20180925.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |