lib/measures/tbd/resources/ua.rb in tbd-3.3.0 vs lib/measures/tbd/resources/ua.rb in tbd-3.4.0
- old
+ new
@@ -1,8 +1,8 @@
# MIT License
#
-# Copyright (c) 2020-2023 Denis Bourgeois & Dan Macumber
+# Copyright (c) 2020-2024 Denis Bourgeois & Dan Macumber
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -998,10 +998,10 @@
model = ""
model = "* model : #{ua[:file]}" if ua.key?(:file) && lang == :en
model = "* modèle : #{ua[:file]}" if ua.key?(:file) && lang == :fr
model += " (v#{ua[:version]})" if ua.key?(:version)
report << model unless model.empty?
- report << "* TBD : v3.3.0"
+ report << "* TBD : v3.4.0"
report << "* date : #{ua[:date]}"
if lang == :en
report << "* status : #{msg(status)}" unless status.zero?
report << "* status : success !" if status.zero?