summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-08 16:12:05 -0600
committermo khan <mo.khan@gmail.com>2020-09-09 10:06:12 -0600
commit91f0faf8dfc596dfde052763009fb520635e7fb1 (patch)
tree08a1b38c4fa8def3983f36900d81627f974027e6 /lib
parent442402496d0107fa69de61e966215e06f95506e8 (diff)
fix: do not compress /usr/share
* do not allow license_scanning job to fail * update script to download *.deb files * ensure apt db is valid * Update CHANGELOG and bump version
Diffstat (limited to 'lib')
-rw-r--r--lib/license/management/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index 61167c6..f99a3b6 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.25.2'
+ VERSION = '3.25.3'
end
end