lib/dcm_dict/version.rb in dcm_dict-0.21.1 vs lib/dcm_dict/version.rb in dcm_dict-0.22.0
- old
+ new
@@ -1,7 +1,7 @@
#
-# Copyright (C) 2014-2018 Enrico Rivarola
+# Copyright (C) 2014-2019 Enrico Rivarola
#
# This file is part of DcmDict gem (dcm_dict).
#
# DcmDict is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,8 +20,8 @@
# or for incorporation in a medical device.
# It is the redistributor's or user's responsibility to comply with any
# applicable local, state, national or international regulations.
#
module DcmDict
- VERSION = "0.21.1"
- DICOM_DOC_VERSION = "2018e"
+ VERSION = "0.22.0"
+ DICOM_DOC_VERSION = "2019a"
end