diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-01 16:56:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 16:56:07 +0200 |
commit | a31adbd4dffb0d5cc81763163f8a0437bbe45776 (patch) | |
tree | 956dce5faa70bf83fca671fd4e6bf553e8c82a98 | |
parent | 68a52bb4f83501a940fb5b3ddb4067bf9ad67602 (diff) | |
download | bugzilla-a31adbd4dffb0d5cc81763163f8a0437bbe45776.tar.gz bugzilla-a31adbd4dffb0d5cc81763163f8a0437bbe45776.tar.xz |
bump version to 20180801.1
-rw-r--r-- | Bugzilla.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 73d080395..a7f623a2f 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20180717.2'; +our $VERSION = '20180801.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; |