summaryrefslogtreecommitdiff
path: root/lib/license
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-02-21 15:25:24 -0700
committermo khan <mo.khan@gmail.com>2020-02-26 08:53:17 -0700
commit5b511cb630e7b4121dc758d5fedc3cd50cd7fadc (patch)
treef80255ab4eb11b64c2ded1cdf4b3eb7c31c468cb /lib/license
parent39afdc40296871d9f7c1732ff3f7e1e3b7b28bbe (diff)
Upgrade to version 6.0.0 of the Docker image
* Remove custom Java installation * Install java and conan for backwards compatibiilty * Make legacy java the default * Control java version via asdf * Add support for legacy version files * Update version and CHANGELOG * Load appropriate python version
Diffstat (limited to 'lib/license')
-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 ab693f3..5623e68 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '2.5.2'
+ VERSION = '2.6.0'
end
end